Class PartitionedTopicStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
org.apache.pulsar.common.policies.data.stats.PartitionedTopicStatsImpl
- All Implemented Interfaces:
PartitionedTopicStats,TopicStats
Statistics for a partitioned topic.
This class is not thread-safe.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
abortedTxnCount, averageMsgSize, backlogSize, bucketDelayedIndexStats, bytesInCounter, bytesOutCounter, committedTxnCount, compaction, deduplicationStatus, delayedMessageIndexSizeInBytes, earliestMsgPublishTimeInBacklogs, lastOffloadFailureTimeStamp, lastOffloadLedgerId, lastOffloadSuccessTimeStamp, msgChunkPublished, msgInCounter, msgOutCounter, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, offloadedStorageSize, ongoingTxnCount, ownerBroker, publishRateLimitedTimes, replication, storageSize, subscriptions, topicEpoch, waitingPublishers -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
add, addPublisher, getPublishers, getReplication, getSubscriptions, setPublishersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.common.policies.data.PartitionedTopicStats
add, getMetadata, getPartitionsMethods 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
-
Field Details
-
metadata
-
partitions
-
-
Constructor Details
-
PartitionedTopicStatsImpl
public PartitionedTopicStatsImpl() -
PartitionedTopicStatsImpl
-
-
Method Details
-
reset
public void reset()- Overrides:
resetin classTopicStatsImpl
-