Package org.apache.kafka.common
Class TopicPartitionReplica
java.lang.Object
org.apache.kafka.common.TopicPartitionReplica
- All Implemented Interfaces:
Serializable
public final class TopicPartitionReplica extends Object implements Serializable
The topic name, partition number and the brokerId of the replica
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TopicPartitionReplica(String topic, int partition, int brokerId)
-
Method Summary