Package org.smallmind.phalanx.worker
Class BlockingWorkQueue<E>
java.lang.Object
org.smallmind.phalanx.worker.BlockingWorkQueue<E>
- All Implemented Interfaces:
WorkQueue<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockingWorkQueue
public BlockingWorkQueue() -
BlockingWorkQueue
public BlockingWorkQueue(int capacity)
-
-
Method Details
-
offer
- Specified by:
offerin interfaceWorkQueue<E>- Throws:
InterruptedException
-
poll
- Specified by:
pollin interfaceWorkQueue<E>- Throws:
InterruptedException
-