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