org.apache.flume.util
Class RoundRobinOrderSelector<T>
java.lang.Object
   org.apache.flume.util.OrderSelector<T>
org.apache.flume.util.OrderSelector<T>
       org.apache.flume.util.RoundRobinOrderSelector<T>
org.apache.flume.util.RoundRobinOrderSelector<T>
- public class RoundRobinOrderSelector<T> 
- extends OrderSelector<T>
An implementation of OrderSelector which returns objects in round robin order.
 Also supports backoff.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RoundRobinOrderSelector
public RoundRobinOrderSelector(boolean shouldBackOff)
createIterator
public Iterator<T> createIterator()
- 
- Specified by:
- createIteratorin class- OrderSelector<T>
 
- 
- Returns:
- - list of algorithmically ordered active sinks
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.