Uses of Interface
org.apache.curator.framework.recipes.queue.QueueSerializer

Packages that use QueueSerializer
org.apache.curator.framework.recipes.queue   
 

Uses of QueueSerializer in org.apache.curator.framework.recipes.queue
 

Methods in org.apache.curator.framework.recipes.queue with parameters of type QueueSerializer
static
<T> QueueBuilder<T>
QueueBuilder.builder(org.apache.curator.framework.CuratorFramework client, QueueConsumer<T> consumer, QueueSerializer<T> serializer, String queuePath)
          Allocate a new builder
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.