Class SplunkInsertWriterBatchCreator
java.lang.Object
org.apache.drill.exec.store.splunk.SplunkInsertWriterBatchCreator
- All Implemented Interfaces:
BatchCreator<SplunkInsertWriter>
public class SplunkInsertWriterBatchCreator
extends Object
implements BatchCreator<SplunkInsertWriter>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, SplunkInsertWriter config, List<RecordBatch> children)
-
Constructor Details
-
SplunkInsertWriterBatchCreator
public SplunkInsertWriterBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, SplunkInsertWriter config, List<RecordBatch> children) - Specified by:
getBatch
in interfaceBatchCreator<SplunkInsertWriter>
-