org.apache.flume.sink.elasticsearch.client
Class RoundRobinList<T>

java.lang.Object
  extended by org.apache.flume.sink.elasticsearch.client.RoundRobinList<T>

public class RoundRobinList<T>
extends Object


Constructor Summary
RoundRobinList(Collection<T> elements)
           
 
Method Summary
 T get()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundRobinList

public RoundRobinList(Collection<T> elements)
Method Detail

get

public T get()

size

public int size()


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