DATATYPE - The type of objects to be queuedpublic interface IMutableConcurrentCollector<DATATYPE> extends IConcurrentCollector<DATATYPE>
queueObject(Object) method).| Modifier and Type | Method and Description |
|---|---|
ESuccess |
queueObject(DATATYPE aObject)
Submit an object to the queue.
|
ESuccess |
stopQueuingNewObjects()
Stop taking new objects in the collector.
|
getQueueLength, isQueueEmpty, isStoppedCopyright © 2014–2015 Philip Helger. All rights reserved.