Class MemoryBlockingQueue

All Implemented Interfaces:
Iterable<Runnable>, Collection<Runnable>, BlockingQueue<Runnable>, Queue<Runnable>

public class MemoryBlockingQueue extends NuxeoBlockingQueue
Memory-based BlockingQueue.

In addition, this implementation also keeps a set of Work ids in the queue when the queue elements are WorkHolders.