| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingQueueConsumer<T>
Utility - a queue consumer that provides behavior similar to a
BlockingQueue |
| Modifier and Type | Method and Description |
|---|---|
static <T> QueueBuilder<T> |
QueueBuilder.builder(org.apache.curator.framework.CuratorFramework client,
QueueConsumer<T> consumer,
QueueSerializer<T> serializer,
String queuePath)
Allocate a new builder
|
| Constructor and Description |
|---|
QueueSafety(String lockPath,
QueueConsumer<T> consumer) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.