backtype.storm.utils
Class KeyedRoundRobinQueue<V>
java.lang.Object
backtype.storm.utils.KeyedRoundRobinQueue<V>
public class KeyedRoundRobinQueue<V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyedRoundRobinQueue
public KeyedRoundRobinQueue()
add
public void add(Object key,
V val)
take
public V take()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.