| Class | Description | 
|---|---|
| OrderSelector<T> | A basic implementation of an order selector that implements a simple
 exponential backoff algorithm. | 
| RandomOrderSelector<T> | An implementation of OrderSelector which returns objects in random order. | 
| RoundRobinOrderSelector<T> | An implementation of OrderSelector which returns objects in round robin order. | 
| SpecificOrderIterator<T> | A utility class that iterates over the given ordered list of items via
 the specified order array. | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.