Class TopicPartitionReplica
java.lang.Object
org.apache.kafka.common.TopicPartitionReplica
- All Implemented Interfaces:
Serializable
The topic name, partition number and the brokerId of the replica
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TopicPartitionReplica
-
-
Method Details
-
topic
-
partition
public int partition() -
brokerId
public int brokerId() -
hashCode
-
equals
-
toString
-