| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.queue |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
QueueAllocator<U,T extends QueueBase<U>> |
|
class |
QueueSharder<U,T extends QueueBase<U>> |
A utility for shard a distributed queue.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DistributedDelayQueue<T> |
A variation of the DistributedPriorityQueue that uses time as the priority.
|
class |
DistributedIdQueue<T> |
A version of
DistributedQueue that allows IDs to be associated with queue items. |
class |
DistributedPriorityQueue<T> |
An implementation of the Distributed Priority Queue ZK recipe.
|
class |
DistributedQueue<T> |
An implementation of the Distributed Queue ZK recipe.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.