| Name | Description | Type | Package | Framework |
| BlockingQueueConsumer | Class | org.apache.curator.framework.recipes.queue | Apache Curator | |
| DistributedDelayQueue | A variation of the DistributedPriorityQueue that uses time as the priority. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| DistributedIdQueue | A version of DistributedQueue that allows IDs to be associated with queue items. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| DistributedPriorityQueue | An implementation of the Distributed Priority Queue ZK recipe. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| DistributedQueue | An implementation of the Distributed Queue ZK recipe. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| DistributedQueue .ProcessType | Returns the enum constant of this type with the specified name. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| ErrorMode | Used when the queue is created with a QueueBuilder. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| MultiItem | Abstraction for multiple items. | Interface | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueAllocator | Interface | org.apache.curator.framework.recipes.queue | Apache Curator | |
| QueueBase | Interface | org.apache.curator.framework.recipes.queue | Apache Curator | |
| QueueBuilder | The builder for both DistributedQueue and DistributedPriorityQueueBuild a DistributedDelayQueue from the current builder values. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueConsumer | Interface | org.apache.curator.framework.recipes.queue | Apache Curator | |
| QueuePutListener | Queue puts are done in the background. | Interface | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueSafety | Parameter block for specifying queue safety with either DistributedQueue or DistributedPriorityQueue | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueSerializer | Helper to serialize/deserialize queue itemsDeserialize bytes into a queue item | Interface | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueSharder | A utility for shard a distributed queue. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueSharderPolicies | Various policies/options for sharding. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| QueueSharderPolicies .Builder | Change the maximum number of queues to create. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |
| SimpleDistributedQueue | Drop in replacement for: org. | Class | org.apache.curator.framework.recipes.queue | Apache Curator |