Uses of Interface
org.apache.drill.exec.record.RawFragmentBatchProvider
Packages that use RawFragmentBatchProvider
Package
Description
-
Uses of RawFragmentBatchProvider in org.apache.drill.exec.physical.impl.mergereceiver
Constructors in org.apache.drill.exec.physical.impl.mergereceiver with parameters of type RawFragmentBatchProviderModifierConstructorDescriptionMergingRecordBatch
(ExchangeFragmentContext context, MergingReceiverPOP config, RawFragmentBatchProvider[] fragProviders) -
Uses of RawFragmentBatchProvider in org.apache.drill.exec.physical.impl.unorderedreceiver
Constructors in org.apache.drill.exec.physical.impl.unorderedreceiver with parameters of type RawFragmentBatchProviderModifierConstructorDescriptionUnorderedReceiverBatch
(ExchangeFragmentContext context, RawFragmentBatchProvider fragProvider, UnorderedReceiver config) -
Uses of RawFragmentBatchProvider in org.apache.drill.exec.work.batch
Subinterfaces of RawFragmentBatchProvider in org.apache.drill.exec.work.batchModifier and TypeInterfaceDescriptioninterface
A batch buffer is responsible for queuing incoming batches until a consumer is ready to receive them.Classes in org.apache.drill.exec.work.batch that implement RawFragmentBatchProviderModifier and TypeClassDescriptionclass
class
This implementation of RawBatchBuffer starts writing incoming batches to disk once the buffer size reaches a threshold.class