类 PartitionedTopicStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
org.apache.pulsar.common.policies.data.stats.PartitionedTopicStatsImpl
- 所有已实现的接口:
PartitionedTopicStats,TopicStats
Statistics for a partitioned topic.
This class is not thread-safe.
-
字段概要
字段从类继承的字段 org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
abortedTxnCount, averageMsgSize, backlogQuotaLimitSize, backlogQuotaLimitTime, backlogSize, bucketDelayedIndexStats, bytesInCounter, bytesOutCounter, committedTxnCount, compaction, deduplicationStatus, delayedMessageIndexSizeInBytes, earliestMsgPublishTimeInBacklogs, lastOffloadFailureTimeStamp, lastOffloadLedgerId, lastOffloadSuccessTimeStamp, msgChunkPublished, msgInCounter, msgOutCounter, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, offloadedStorageSize, oldestBacklogMessageAgeSeconds, oldestBacklogMessageSubscriptionName, ongoingTxnCount, ownerBroker, publishRateLimitedTimes, replication, storageSize, subscriptions, topicEpoch, waitingPublishers -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.pulsar.common.policies.data.stats.TopicStatsImpl
add, addPublisher, getPublishers, getReplication, getSubscriptions, setPublishers从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.PartitionedTopicStats
add, getMetadata, getPartitions从接口继承的方法 org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogQuotaLimitSize, getBacklogQuotaLimitTime, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, getDelayedMessageIndexSizeInBytes, getEarliestMsgPublishTimeInBacklogs, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getOldestBacklogMessageAgeSeconds, getOldestBacklogMessageSubscriptionName, getOwnerBroker, getPublishers, getReplication, getStorageSize, getSubscriptions, getTopicEpoch, getWaitingPublishers, isMsgChunkPublished
-
字段详细资料
-
metadata
-
partitions
-
-
构造器详细资料
-
PartitionedTopicStatsImpl
public PartitionedTopicStatsImpl() -
PartitionedTopicStatsImpl
-
-
方法详细资料
-
reset
public void reset()- 覆盖:
reset在类中TopicStatsImpl
-