public class PartitionedTopicStats extends TopicStats
| Modifier and Type | Field and Description |
|---|---|
PartitionedTopicMetadata |
metadata |
Map<String,TopicStats> |
partitions |
averageMsgSize, backlogSize, bytesInCounter, bytesOutCounter, deduplicationStatus, msgChunkPublished, msgInCounter, msgOutCounter, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, offloadedStorageSize, publishers, replication, storageSize, subscriptions| Constructor and Description |
|---|
PartitionedTopicStats() |
PartitionedTopicStats(PartitionedTopicMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
addpublic PartitionedTopicMetadata metadata
public Map<String,TopicStats> partitions
public PartitionedTopicStats()
public PartitionedTopicStats(PartitionedTopicMetadata metadata)
public void reset()
reset in class TopicStatsCopyright © 2017–2021 Apache Software Foundation. All rights reserved.