Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupException
Packages that use AbstractPartitionDiscoverer.WakeupException
-
Uses of AbstractPartitionDiscoverer.WakeupException in org.apache.flink.streaming.connectors.kafka.internals
Methods in org.apache.flink.streaming.connectors.kafka.internals that throw AbstractPartitionDiscoverer.WakeupExceptionModifier and TypeMethodDescriptionAbstractPartitionDiscoverer.discoverPartitions()Deprecated.Execute a partition discovery attempt for this subtask.protected abstract List<KafkaTopicPartition> AbstractPartitionDiscoverer.getAllPartitionsForTopics(List<String> topics) Deprecated.Fetch the list of all partitions for a specific topics list from Kafka.protected List<KafkaTopicPartition> KafkaPartitionDiscoverer.getAllPartitionsForTopics(List<String> topics) Deprecated.AbstractPartitionDiscoverer.getAllTopics()Deprecated.Fetch the list of all topics from Kafka.KafkaPartitionDiscoverer.getAllTopics()Deprecated.