Interface PartitionedTopicStats
- All Superinterfaces:
TopicStats
- All Known Subinterfaces:
NonPersistentPartitionedTopicStats
Statistics for a partitioned topic.
-
Method Summary
Methods inherited from interface org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, getDelayedMessageIndexSizeInBytes, getEarliestMsgPublishTimeInBacklogs, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getOwnerBroker, getPublishers, getReplication, getStorageSize, getSubscriptions, getTopicEpoch, getWaitingPublishers, isMsgChunkPublished
-
Method Details
-
getMetadata
PartitionedTopicMetadata getMetadata() -
getPartitions
Map<String,? extends TopicStats> getPartitions() -
add
-