Package org.apache.flume.util

Class Summary
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-2013 Apache Software Foundation. All Rights Reserved.