Package org.apache.drill.exec.work.batch
Interface BaseRawBatchBuffer.BufferQueue<T>
- Enclosing class:
BaseRawBatchBuffer<T>
protected static interface BaseRawBatchBuffer.BufferQueue<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddOomBatch(RawFragmentBatch batch) booleanbooleanisEmpty()poll()intsize()take()
-
Method Details
-
addOomBatch
-
poll
- Throws:
IOExceptionInterruptedException
-
take
- Throws:
IOExceptionInterruptedException
-
poll
- Throws:
InterruptedExceptionIOException
-
checkForOutOfMemory
boolean checkForOutOfMemory() -
size
int size() -
isEmpty
boolean isEmpty() -
add
-