Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer
-
Packages that use AbstractPartitionDiscoverer Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.internals -
-
Uses of AbstractPartitionDiscoverer in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that return AbstractPartitionDiscoverer Modifier and Type Method Description protected 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
Subclasses of AbstractPartitionDiscoverer in org.apache.flink.streaming.connectors.kafka.internals Modifier and Type Class Description classKafkaPartitionDiscovererDeprecated.
-