Uses of Class
org.apache.drill.exec.record.RawFragmentBatch
Packages that use RawFragmentBatch
Package
Description
-
Uses of RawFragmentBatch in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return RawFragmentBatch -
Uses of RawFragmentBatch in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data that return RawFragmentBatchModifier and TypeMethodDescriptionIncomingDataBatch.newRawFragmentBatch(BufferAllocator allocator) Create a new RawFragmentBatch based on this incoming data batch that is transferred into the provided allocator. -
Uses of RawFragmentBatch in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch that return RawFragmentBatchModifier and TypeMethodDescriptionBaseRawBatchBuffer.getNext()BaseRawBatchBuffer.BufferQueue.poll()BaseRawBatchBuffer.BufferQueue.take()Methods in org.apache.drill.exec.work.batch with parameters of type RawFragmentBatchModifier and TypeMethodDescriptionvoidBaseRawBatchBuffer.BufferQueue.addOomBatch(RawFragmentBatch batch) booleanAbstractDataCollector.batchArrived(int minorFragmentId, RawFragmentBatch batch) booleanDataCollector.batchArrived(int minorFragmentId, RawFragmentBatch batch) voidBaseRawBatchBuffer.enqueue(RawFragmentBatch batch) voidRawBatchBuffer.enqueue(RawFragmentBatch batch) Add the next new raw fragment batch to the buffer.protected abstract voidBaseRawBatchBuffer.enqueueInner(RawFragmentBatch batch) implementation specific method to enqueue batchprotected voidSpoolingRawBatchBuffer.enqueueInner(RawFragmentBatch batch) protected voidUnlimitedRawBatchBuffer.enqueueInner(RawFragmentBatch batch) protected abstract voidBaseRawBatchBuffer.upkeep(RawFragmentBatch batch) Handle miscellaneous tasks after batch retrievalprotected voidSpoolingRawBatchBuffer.upkeep(RawFragmentBatch batch) protected voidUnlimitedRawBatchBuffer.upkeep(RawFragmentBatch batch)