Class HttpdLogFormatPlugin
java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin<HttpdLogFormatConfig>
org.apache.drill.exec.store.httpd.HttpdLogFormatPlugin
- All Implemented Interfaces:
FormatPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin
EasyFormatPlugin.EasyFormatConfig, EasyFormatPlugin.EasyFormatConfigBuilder, EasyFormatPlugin.ScanFrameworkVersion -
Field Summary
FieldsFields inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin
formatConfig -
Constructor Summary
ConstructorsConstructorDescriptionHttpdLogFormatPlugin(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, org.apache.drill.common.logical.StoragePluginConfig storageConfig, HttpdLogFormatConfig formatConfig) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Methods inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin
easyConfig, frameworkBuilder, getConfig, getContext, getFsConf, getGroupScan, getGroupScan, getMatcher, getName, getOptimizerRules, getReaderBatch, getReaderOperatorType, getRecordReader, getRecordWriter, getScanStats, getStatisticsRecordWriter, getStorageConfig, getWriter, getWriterBatch, getWriterOperatorType, initScanBuilder, isBlockSplittable, isCompressible, isStatisticsRecordWriter, newBatchReader, readStatistics, scanVersion, supportsAutoPartitioning, supportsFileImplicitColumns, supportsLimitPushdown, supportsPushDown, supportsRead, supportsStatistics, supportsWrite, writeStatisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.exec.store.dfs.FormatPlugin
getGroupScan, getGroupScan, getOptimizerRules
-
Field Details
-
DEFAULT_NAME
- See Also:
-
OPERATOR_TYPE
- See Also:
-
-
Constructor Details
-
HttpdLogFormatPlugin
public HttpdLogFormatPlugin(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, org.apache.drill.common.logical.StoragePluginConfig storageConfig, HttpdLogFormatConfig formatConfig)
-
-
Method Details
-
configureScan
- Overrides:
configureScanin classEasyFormatPlugin<HttpdLogFormatConfig>
-