public class KeyedRoundRobinQueue<V> extends Object
KeyedRoundRobinQueue()
void
add(Object key, V val)
V
take()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyedRoundRobinQueue()
public void add(Object key, V val)
public V take() throws InterruptedException
InterruptedException
Copyright © 2022 The Apache Software Foundation. All rights reserved.