DATATYPE - The type of objects to be queuedpublic interface IConcurrentCollector<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
int |
getQueueLength() |
boolean |
isQueueEmpty() |
boolean |
isStopped()
Check if this collector is already stopped.
|
boolean isQueueEmpty()
true if the queue is empty, false
otherwise.@Nonnegative int getQueueLength()
boolean isStopped()
true if the collector is stopped, false
otherwise.Copyright © 2014–2017 Philip Helger. All rights reserved.