org.apache.flume.util
Class RoundRobinOrderSelector<T>

java.lang.Object
  extended by org.apache.flume.util.OrderSelector<T>
      extended by 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.


Constructor Summary
RoundRobinOrderSelector(boolean shouldBackOff)
           
 
Method Summary
 Iterator<T> createIterator()
           
 
Methods inherited from class org.apache.flume.util.OrderSelector
getIndexList, getMaxTimeOut, getObjects, informFailure, isShouldBackOff, setMaxTimeOut, setObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinOrderSelector

public RoundRobinOrderSelector(boolean shouldBackOff)
Method Detail

createIterator

public Iterator<T> createIterator()
Specified by:
createIterator in class OrderSelector<T>
Returns:
- list of algorithmically ordered active sinks


Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.