Interface QueueAllocator<U,T extends QueueBase<U>>
-
public interface QueueAllocator<U,T extends QueueBase<U>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TallocateQueue(org.apache.curator.framework.CuratorFramework client, java.lang.String queuePath)
-
-
-
Method Detail
-
allocateQueue
T allocateQueue(org.apache.curator.framework.CuratorFramework client, java.lang.String queuePath)
-
-