接口 NonPersistentTopicStats
-
- 所有超级接口:
TopicStats
public interface NonPersistentTopicStats extends TopicStats
Statistics for a non-persistent topic.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 doublegetMsgDropRate()for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.java.util.List<? extends NonPersistentPublisherStats>getPublishers()List of connected publishers on this topic w/ their stats.java.util.Map<java.lang.String,? extends NonPersistentReplicatorStats>getReplication()Map of replication statistics by remote cluster context.java.util.Map<java.lang.String,? extends NonPersistentSubscriptionStats>getSubscriptions()Map of subscriptions with their individual statistics.-
从接口继承的方法 org.apache.pulsar.common.policies.data.TopicStats
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getCompaction, getDeduplicationStatus, 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
java.util.List<? extends NonPersistentPublisherStats> getPublishers()
List of connected publishers on this topic w/ their stats.- 指定者:
getPublishers在接口中TopicStats
-
getSubscriptions
java.util.Map<java.lang.String,? extends NonPersistentSubscriptionStats> getSubscriptions()
Map of subscriptions with their individual statistics.- 指定者:
getSubscriptions在接口中TopicStats
-
getReplication
java.util.Map<java.lang.String,? extends NonPersistentReplicatorStats> getReplication()
Map of replication statistics by remote cluster context.- 指定者:
getReplication在接口中TopicStats
-
-