Interface PartitionedTopicStats
-
- All Superinterfaces:
TopicStats
public interface PartitionedTopicStats extends TopicStats
Statistics for a partitioned topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitionedTopicMetadatagetMetadata()java.util.Map<java.lang.String,TopicStats>getPartitions()-
Methods inherited from interface org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getDeduplicationStatus, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getPublishers, getReplication, getStorageSize, getSubscriptions, getTopicEpoch, getWaitingPublishers, isMsgChunkPublished
-
-
-
-
Method Detail
-
getMetadata
PartitionedTopicMetadata getMetadata()
-
getPartitions
java.util.Map<java.lang.String,TopicStats> getPartitions()
-
-