com.netflix.curator.framework.recipes.queue
Interface QueueAllocator<U,T extends QueueBase<U>>


public interface QueueAllocator<U,T extends QueueBase<U>>


Method Summary
 T allocateQueue(com.netflix.curator.framework.CuratorFramework client, java.lang.String queuePath)
           
 

Method Detail

allocateQueue

T allocateQueue(com.netflix.curator.framework.CuratorFramework client,
                java.lang.String queuePath)