Interface NonPersistentSubscriptionStats
-
- All Superinterfaces:
SubscriptionStats
public interface NonPersistentSubscriptionStats extends SubscriptionStats
Statistics for subscription to non-persistent topics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMsgDropRate()for non-persistent topic: broker drops msg for subscription if none of the consumer available for message delivery.-
Methods inherited from interface org.apache.pulsar.common.policies.data.SubscriptionStats
getActiveConsumerName, getBacklogSize, getBytesOutCounter, getChunkedMessageRate, getConsumers, getConsumersAfterMarkDeletePosition, getLastAckedTimestamp, getLastConsumedFlowTimestamp, getLastConsumedTimestamp, getLastExpireTimestamp, getLastMarkDeleteAdvancedTimestamp, getMsgBacklog, getMsgBacklogNoDelayed, getMsgDelayed, getMsgOutCounter, getMsgRateExpired, getMsgRateOut, getMsgRateRedeliver, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getTotalMsgExpired, getType, getUnackedMessages, isBlockedSubscriptionOnUnackedMsgs, isDurable, isReplicated
-
-