Uses of Class
org.apache.drill.exec.store.pcap.plugin.PcapFormatConfig
Packages that use PcapFormatConfig
Package
Description
For comments on realization of this format plugin look at :
-
Uses of PcapFormatConfig in org.apache.drill.exec.store.pcap
Constructors in org.apache.drill.exec.store.pcap with parameters of type PcapFormatConfigModifierConstructorDescriptionPcapBatchReader
(PcapFormatConfig readerConfig, FileSchemaNegotiator negotiator) -
Uses of PcapFormatConfig in org.apache.drill.exec.store.pcap.plugin
Classes in org.apache.drill.exec.store.pcap.plugin with type parameters of type PcapFormatConfigSubclasses of PcapFormatConfig in org.apache.drill.exec.store.pcap.pluginConstructors in org.apache.drill.exec.store.pcap.plugin with parameters of type PcapFormatConfigModifierConstructorDescriptionPcapFormatPlugin
(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, StoragePluginConfig storageConfig, PcapFormatConfig formatConfig) -
Uses of PcapFormatConfig in org.apache.drill.exec.store.pcapng
Constructors in org.apache.drill.exec.store.pcapng with parameters of type PcapFormatConfigModifierConstructorDescriptionPcapngBatchReader
(PcapFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator)