Uses of Interface
org.apache.curator.framework.recipes.queue.MultiItem
Packages that use MultiItem
-
Uses of MultiItem in org.apache.curator.framework.recipes.queue
Methods in org.apache.curator.framework.recipes.queue with parameters of type MultiItemModifier and TypeMethodDescriptionvoidAdd a set of items with the same priority into the queue.booleanDistributedDelayQueue.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.voidAdd a set of items with the same priority into the queue.booleanSame asDistributedPriorityQueue.putMulti(MultiItem, int)but allows a maximum wait time if an upper bound was set viaQueueBuilder.maxItems.voidAdd a set of items into the queue.booleanSame asDistributedQueue.putMulti(MultiItem)but allows a maximum wait time if an upper bound was set viaQueueBuilder.maxItems.voidQueuePutListener.putMultiCompleted(MultiItem<T> items) Notification that a multi item put has completed