Class KafkaTopicPartitionLeader
- java.lang.Object
-
- org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicPartitionLeader
-
- All Implemented Interfaces:
Serializable
@Internal @Deprecated public class KafkaTopicPartitionLeader extends Object implements Serializable
Deprecated.Serializable Topic Partition info with leader Node information. This class is used at runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KafkaTopicPartitionLeader(KafkaTopicPartition topicPartition, org.apache.kafka.common.Node leader)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.org.apache.kafka.common.NodegetLeader()Deprecated.KafkaTopicPartitiongetTopicPartition()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
KafkaTopicPartitionLeader
public KafkaTopicPartitionLeader(KafkaTopicPartition topicPartition, org.apache.kafka.common.Node leader)
Deprecated.
-
-
Method Detail
-
getTopicPartition
public KafkaTopicPartition getTopicPartition()
Deprecated.
-
getLeader
public org.apache.kafka.common.Node getLeader()
Deprecated.
-
-