| Modifier and Type | Method and Description |
|---|---|
Map<Integer,PartitionOffsetInfo> |
TopicInfo.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicInfo.addPartition(Integer number,
PartitionOffsetInfo po) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicInfo.setPartitions(Map<Integer,PartitionOffsetInfo> partitions) |
| Constructor and Description |
|---|
TopicInfo(String name,
List<ConsumerGroupForTopic> consumerGroups,
Map<Integer,PartitionOffsetInfo> partitions) |
Copyright © 2019. All rights reserved.