接口 NonPersistentTopicStats
- 所有超级接口:
TopicStats
Statistics for a non-persistent topic.
-
方法概要
修饰符和类型方法说明doublefor non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.List<? extends NonPersistentPublisherStats>List of connected publishers on this topic w/ their stats.Map<String,? extends NonPersistentReplicatorStats> Map of replication statistics by remote cluster context.Map<String,? extends NonPersistentSubscriptionStats> Map of subscriptions with their individual statistics.从接口继承的方法 org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, getEarliestMsgPublishTimeInBacklogs, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getStorageSize, getTopicEpoch, getWaitingPublishers, isMsgChunkPublished
-
方法详细资料
-
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection. -
getPublishers
List<? extends NonPersistentPublisherStats> getPublishers()List of connected publishers on this topic w/ their stats.- 指定者:
getPublishers在接口中TopicStats
-
getSubscriptions
Map<String,? extends NonPersistentSubscriptionStats> getSubscriptions()Map of subscriptions with their individual statistics.- 指定者:
getSubscriptions在接口中TopicStats
-
getReplication
Map<String,? extends NonPersistentReplicatorStats> getReplication()Map of replication statistics by remote cluster context.- 指定者:
getReplication在接口中TopicStats
-