Class KafkaTopicPartitionLeader
java.lang.Object
org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicPartitionLeader
- All Implemented Interfaces:
Serializable
Deprecated.
Serializable Topic Partition info with leader Node information. This class is used at runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaTopicPartitionLeader(KafkaTopicPartition topicPartition, org.apache.kafka.common.Node leader) Deprecated. -
Method Summary
-
Constructor Details
-
KafkaTopicPartitionLeader
public KafkaTopicPartitionLeader(KafkaTopicPartition topicPartition, org.apache.kafka.common.Node leader) Deprecated.
-
-
Method Details