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 TypeMethodDescriptionvoid
void
addOomBatch
(RawFragmentBatch batch) boolean
boolean
isEmpty()
poll()
int
size()
take()
-
Method Details
-
addOomBatch
-
poll
- Throws:
IOException
InterruptedException
-
take
- Throws:
IOException
InterruptedException
-
poll
- Throws:
InterruptedException
IOException
-
checkForOutOfMemory
boolean checkForOutOfMemory() -
size
int size() -
isEmpty
boolean isEmpty() -
add
-