backtype.storm.utils
Class KeyedRoundRobinQueue<V>

java.lang.Object
  extended by backtype.storm.utils.KeyedRoundRobinQueue<V>

public class KeyedRoundRobinQueue<V>
extends java.lang.Object


Constructor Summary
KeyedRoundRobinQueue()
           
 
Method Summary
 void add(java.lang.Object key, V val)
           
 V take()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedRoundRobinQueue

public KeyedRoundRobinQueue()
Method Detail

add

public void add(java.lang.Object key,
                V val)

take

public V take()
       throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException