Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicsDescriptor
Packages that use KafkaTopicsDescriptor
Package
Description
-
Uses of KafkaTopicsDescriptor in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka with parameters of type KafkaTopicsDescriptorModifier 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 KafkaTopicsDescriptor in org.apache.flink.streaming.connectors.kafka.internals
Constructors in org.apache.flink.streaming.connectors.kafka.internals with parameters of type KafkaTopicsDescriptorModifierConstructorDescriptionAbstractPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks) Deprecated.KafkaPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks, Properties kafkaProperties) Deprecated.