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:
  • Constructor Details

    • KafkaTopicPartitionLeader

      public KafkaTopicPartitionLeader(KafkaTopicPartition topicPartition, org.apache.kafka.common.Node leader)
      Deprecated.
  • Method Details

    • getTopicPartition

      public KafkaTopicPartition getTopicPartition()
      Deprecated.
    • getLeader

      public org.apache.kafka.common.Node getLeader()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object