public class PartitionedTopicStatsImpl extends TopicStatsImpl implements PartitionedTopicStats
| Modifier and Type | Field and Description |
|---|---|
PartitionedTopicMetadata |
metadata |
Map<String,TopicStats> |
partitions |
averageMsgSize, backlogSize, bytesInCounter, bytesOutCounter, compaction, deduplicationStatus, earliestMsgPublishTimeInBacklogs, lastOffloadFailureTimeStamp, lastOffloadLedgerId, lastOffloadSuccessTimeStamp, msgChunkPublished, msgInCounter, msgOutCounter, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, offloadedStorageSize, publishRateLimitedTimes, replication, storageSize, subscriptions, topicEpoch, waitingPublishers| Constructor and Description |
|---|
PartitionedTopicStatsImpl() |
PartitionedTopicStatsImpl(PartitionedTopicMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
add, addPublisher, getPublishers, getReplication, getSubscriptions, setPublishersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, getMetadata, getPartitionsgetAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, getEarliestMsgPublishTimeInBacklogs, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getPublishers, getReplication, getStorageSize, getSubscriptions, getTopicEpoch, getWaitingPublishers, isMsgChunkPublishedpublic PartitionedTopicMetadata metadata
public Map<String,TopicStats> partitions
public PartitionedTopicStatsImpl()
public PartitionedTopicStatsImpl(PartitionedTopicMetadata metadata)
public void reset()
reset in class TopicStatsImplCopyright © 2017–2022 Apache Software Foundation. All rights reserved.