| Interface | Description |
|---|---|
| DistributedBlockingQueue<E extends Serializable> |
Interface that defines a distributed
BlockingQueue, which means that this queue can be created, distributed, and operated on by multiple |
| Class | Description |
|---|---|
| ZookeeperDistributedQueue<T extends Serializable> |
Represents a
Queue that is distributed (used by multiple JVMs or nodes) and managed by Zookeeper. |
| Exception | Description |
|---|---|
| DistributedBlockingQueue.DistributedQueueException |
RuntimeException indicating that there was an error operating on the queue, or changing queue state. |
Copyright © 2024. All rights reserved.