Interface NonPersistentPartitionedTopicStats
-
- All Superinterfaces:
PartitionedTopicStats,TopicStats
public interface NonPersistentPartitionedTopicStats extends PartitionedTopicStats
Statistics for a non-persistent partitioned topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonPersistentTopicStatsadd(NonPersistentTopicStats ts)java.util.Map<java.lang.String,? extends NonPersistentTopicStats>getPartitions()-
Methods inherited from interface org.apache.pulsar.common.policies.data.PartitionedTopicStats
add, getMetadata
-
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
-
getPartitions
java.util.Map<java.lang.String,? extends NonPersistentTopicStats> getPartitions()
- Specified by:
getPartitionsin interfacePartitionedTopicStats
-
add
NonPersistentTopicStats add(NonPersistentTopicStats ts)
-
-