Class ProducerConsumerBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.producer.ProducerConsumerBatchCreator
- All Implemented Interfaces:
- BatchCreator<ProducerConsumer>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBatch(ExecutorFragmentContext context, ProducerConsumer config, List<RecordBatch> children) 
- 
Constructor Details- 
ProducerConsumerBatchCreatorpublic ProducerConsumerBatchCreator()
 
- 
- 
Method Details- 
getBatchpublic ProducerConsumerBatch getBatch(ExecutorFragmentContext context, ProducerConsumer config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
- getBatchin interface- BatchCreator<ProducerConsumer>
- Throws:
- ExecutionSetupException
 
 
-