Interface NamedBlockingDeque<E>

Type Parameters:
E - the type of values in the queue
All Superinterfaces:
AutoCloseable, BlockingDeque<E>, BlockingQueue<E>, Collection<E>, Deque<E>, Iterable<E>, NamedBlockingQueue<E>, NamedCollection, NamedDeque<E>, NamedQueue<E>, ObservableCollection<E>, Queue<E>, Releasable, SequencedCollection<E>

public interface NamedBlockingDeque<E> extends NamedBlockingQueue<E>, NamedDeque<E>, BlockingDeque<E>
A BlockingDeque based data-structure that manages values across one or more processes. Values are typically managed in memory.