public class TopicInfo extends Object
Constructor and Description |
---|
TopicInfo(String topic,
org.apache.kafka.common.Uuid topicId,
int partitions,
int replicationFactors) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
logicalClusterId() |
int |
partitions() |
int |
replicationFactors() |
org.apache.kafka.common.Uuid |
topicId() |
String |
toString() |
public TopicInfo(String topic, org.apache.kafka.common.Uuid topicId, int partitions, int replicationFactors)
public org.apache.kafka.common.Uuid topicId()
public int partitions()
public int replicationFactors()
public String logicalClusterId()