Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer
Packages that use AbstractPartitionDiscoverer
Package
Description
-
Uses of AbstractPartitionDiscoverer in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that return AbstractPartitionDiscovererModifier and TypeMethodDescriptionprotected AbstractPartitionDiscovererFlinkKafkaConsumer.createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks) Deprecated.protected abstract AbstractPartitionDiscovererFlinkKafkaConsumerBase.createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks) Deprecated.Creates the partition discoverer that is used to find new partitions for this subtask. -
Uses of AbstractPartitionDiscoverer in org.apache.flink.streaming.connectors.kafka.internals