Uses of Class
org.apache.drill.exec.store.kafka.KafkaPartitionScanSpec
Packages that use KafkaPartitionScanSpec
-
Uses of KafkaPartitionScanSpec in org.apache.drill.exec.store.kafka
Methods in org.apache.drill.exec.store.kafka that return KafkaPartitionScanSpecModifier and TypeMethodDescriptionKafkaPartitionScanSpec.clone()
KafkaGroupScan.PartitionScanWork.getPartitionScanSpec()
Methods in org.apache.drill.exec.store.kafka that return types with arguments of type KafkaPartitionScanSpecModifier and TypeMethodDescriptionKafkaGroupScan.getPartitionScanSpecList()
KafkaSubScan.getPartitionSubScanSpecList()
KafkaPartitionScanSpecBuilder.parseTree()
KafkaPartitionScanSpecBuilder.visitBooleanOperator
(BooleanOperator op, Void value) KafkaPartitionScanSpecBuilder.visitFunctionCall
(FunctionCall call, Void value) KafkaPartitionScanSpecBuilder.visitUnknown
(LogicalExpression e, Void value) Methods in org.apache.drill.exec.store.kafka with parameters of type KafkaPartitionScanSpecModifier and TypeMethodDescriptionvoid
KafkaPartitionScanSpec.mergeScanSpec
(String functionName, KafkaPartitionScanSpec scanSpec) Method parameters in org.apache.drill.exec.store.kafka with type arguments of type KafkaPartitionScanSpecModifier and TypeMethodDescriptionKafkaGroupScan.cloneWithNewSpec
(List<KafkaPartitionScanSpec> partitionScanSpecList) Constructors in org.apache.drill.exec.store.kafka with parameters of type KafkaPartitionScanSpecModifierConstructorDescriptionKafkaRecordReader
(KafkaPartitionScanSpec subScanSpec, OptionManager options, KafkaStoragePlugin plugin, int maxRecords) MessageIterator
(org.apache.kafka.clients.consumer.KafkaConsumer<byte[], byte[]> kafkaConsumer, KafkaPartitionScanSpec subScanSpec, long kafkaPollTimeOut) PartitionScanWork
(EndpointByteMap byteMap, KafkaPartitionScanSpec partitionScanSpec) Constructor parameters in org.apache.drill.exec.store.kafka with type arguments of type KafkaPartitionScanSpecModifierConstructorDescriptionKafkaSubScan
(StoragePluginRegistry registry, String userName, KafkaStoragePluginConfig kafkaStoragePluginConfig, List<SchemaPath> columns, int records, LinkedList<KafkaPartitionScanSpec> partitionSubScanSpecList)