Uses of Interface
org.apache.curator.framework.recipes.queue.MultiItem
-
Uses of MultiItem in org.apache.curator.framework.recipes.queue
Modifier and TypeMethodDescriptionvoid
Add a set of items with the same priority into the queue.boolean
DistributedDelayQueue.putMulti
(MultiItem<T> items, long delayUntilEpoch, int maxWait, TimeUnit unit) Same asDistributedDelayQueue.putMulti(MultiItem, long)
but allows a maximum wait time if an upper bound was set viaQueueBuilder.maxItems
.void
Add a set of items with the same priority into the queue.boolean
Same asDistributedPriorityQueue.putMulti(MultiItem, int)
but allows a maximum wait time if an upper bound was set viaQueueBuilder.maxItems
.void
Add a set of items into the queue.boolean
Same asDistributedQueue.putMulti(MultiItem)
but allows a maximum wait time if an upper bound was set viaQueueBuilder.maxItems
.void
QueuePutListener.putMultiCompleted
(MultiItem<T> items) Notification that a multi item put has completed