public static class
QueueDequeueUpTo.Options
Optional attributes for QueueDequeueUpTo
Public Methods
QueueDequeueUpTo.Options |
timeoutMs(Long timeoutMs)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public QueueDequeueUpTo.Options timeoutMs (Long timeoutMs)
Parameters
timeoutMs | If the queue has fewer than n elements, this operation will block for up to timeout_ms milliseconds. Note: This option is not supported yet. |
---|