@Immutable public class BasicPartitionInfo extends Object
Constructor and Description |
---|
BasicPartitionInfo(String topic,
int partition,
int numReplicas) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
int |
numReplicas() |
int |
partition() |
String |
topic() |
String |
toString() |