Interface PartitionedTopicStats
-
- All Superinterfaces:
TopicStats
- All Known Subinterfaces:
NonPersistentPartitionedTopicStats
public interface PartitionedTopicStats extends TopicStats
Statistics for a partitioned topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicStatsadd(TopicStats ts)PartitionedTopicMetadatagetMetadata()java.util.Map<java.lang.String,? extends TopicStats>getPartitions()-
Methods inherited from interface org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, getEarliestMsgPublishTimeInBacklogs, 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,? extends TopicStats> getPartitions()
-
add
TopicStats add(TopicStats ts)
-
-