Interface DistributedBlockingQueue<E extends Serializable>

Type Parameters:
E -
All Superinterfaces:
BlockingQueue<E>, Collection<E>, Iterable<E>, Queue<E>
All Known Implementing Classes:
ZookeeperDistributedQueue

public interface DistributedBlockingQueue<E extends Serializable> extends BlockingQueue<E>
Interface that defines a distributed BlockingQueue, which means that this queue can be created, distributed, and operated on by multiple
Author:
Kelly Tisdell