接口 NonPersistentSubscriptionStats
-
- 所有超级接口:
SubscriptionStats
public interface NonPersistentSubscriptionStats extends SubscriptionStats
Statistics for subscription to non-persistent topics.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 doublegetMsgDropRate()for non-persistent topic: broker drops msg for subscription if none of the consumer available for message delivery.-
从接口继承的方法 org.apache.pulsar.common.policies.data.SubscriptionStats
getActiveConsumerName, getBacklogSize, getBytesOutCounter, getChunkedMessageRate, getConsumers, getConsumersAfterMarkDeletePosition, getKeySharedMode, getLastAckedTimestamp, getLastConsumedFlowTimestamp, getLastConsumedTimestamp, getLastExpireTimestamp, getLastMarkDeleteAdvancedTimestamp, getMessageAckRate, getMsgBacklog, getMsgBacklogNoDelayed, getMsgDelayed, getMsgOutCounter, getMsgRateExpired, getMsgRateOut, getMsgRateRedeliver, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getTotalMsgExpired, getType, getUnackedMessages, isAllowOutOfOrderDelivery, isBlockedSubscriptionOnUnackedMsgs, isDurable, isReplicated
-
-