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