Uses of Interface
com.netflix.curator.framework.recipes.queue.MultiItem

Packages that use MultiItem
com.netflix.curator.framework.recipes.queue   
 

Uses of MultiItem in com.netflix.curator.framework.recipes.queue
 

Methods in com.netflix.curator.framework.recipes.queue with parameters of type MultiItem
 void DistributedQueue.putMulti(MultiItem<T> items)
          Add a set of items into the queue.
 void DistributedPriorityQueue.putMulti(MultiItem<T> items, int priority)
          Add a set of items with the same priority into the queue.
 



Copyright © 2012. All Rights Reserved.