@Internal
public class Kafka010PartitionDiscoverer
extends org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer
| 构造器和说明 |
|---|
Kafka010PartitionDiscoverer(org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks,
Properties kafkaProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
closeConnections() |
protected List<org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicPartition> |
getAllPartitionsForTopics(List<String> topics) |
protected List<String> |
getAllTopics() |
protected void |
initializeConnections() |
protected void |
wakeupConnections() |
public Kafka010PartitionDiscoverer(org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks,
Properties kafkaProperties)
protected void initializeConnections()
initializeConnections 在类中 org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscovererprotected List<String> getAllTopics() throws org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupException
getAllTopics 在类中 org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscovererorg.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupExceptionprotected List<org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicPartition> getAllPartitionsForTopics(List<String> topics) throws org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupException, RuntimeException
getAllPartitionsForTopics 在类中 org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscovererorg.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscoverer.WakeupExceptionRuntimeExceptionprotected void wakeupConnections()
wakeupConnections 在类中 org.apache.flink.streaming.connectors.kafka.internals.AbstractPartitionDiscovererCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.