Interface NonPersistentSubscriptionStats
- All Superinterfaces:
 SubscriptionStats
Statistics for subscription to non-persistent topics.
- 
Method Summary
Modifier and TypeMethodDescriptiondoublefor 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, getDelayedMessageIndexSizeInBytes, getEarliestMsgPublishTimeInBacklog, getFilterAcceptedMsgCount, getFilterProcessedMsgCount, getFilterRejectedMsgCount, getFilterRescheduledMsgCount, getKeySharedMode, getLastAckedTimestamp, getLastConsumedFlowTimestamp, getLastConsumedTimestamp, getLastExpireTimestamp, getLastMarkDeleteAdvancedTimestamp, getMessageAckRate, getMsgBacklog, getMsgBacklogNoDelayed, getMsgDelayed, getMsgOutCounter, getMsgRateExpired, getMsgRateOut, getMsgRateRedeliver, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getSubscriptionProperties, getTotalMsgExpired, getType, getUnackedMessages, isAllowOutOfOrderDelivery, isBlockedSubscriptionOnUnackedMsgs, isDurable, isReplicated 
- 
Method Details
- 
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg for subscription if none of the consumer available for message delivery. 
 -