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