public class NonPersistentSubscriptionStatsImpl extends SubscriptionStatsImpl implements NonPersistentSubscriptionStats
| Modifier and Type | Field and Description |
|---|---|
double |
msgDropRate
for non-persistent topic: broker drops msg for subscription if none of the consumer available for message
delivery.
|
activeConsumerName, allowOutOfOrderDelivery, backlogSize, blockedSubscriptionOnUnackedMsgs, bytesOutCounter, chunkedMessageRate, consumers, consumersAfterMarkDeletePosition, earliestMsgPublishTimeInBacklog, isDurable, isReplicated, keySharedMode, lastAckedTimestamp, lastConsumedFlowTimestamp, lastConsumedTimestamp, lastExpireTimestamp, lastMarkDeleteAdvancedTimestamp, msgBacklog, msgBacklogNoDelayed, msgDelayed, msgOutCounter, msgRateExpired, msgRateOut, msgRateRedeliver, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, subscriptionProperties, totalMsgExpired, type, unackedMessages| Constructor and Description |
|---|
NonPersistentSubscriptionStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
NonPersistentSubscriptionStatsImpl |
add(NonPersistentSubscriptionStatsImpl stats) |
void |
reset() |
addclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMsgDropRategetActiveConsumerName, getBacklogSize, getBytesOutCounter, getChunkedMessageRate, getConsumers, getConsumersAfterMarkDeletePosition, getEarliestMsgPublishTimeInBacklog, getKeySharedMode, getLastAckedTimestamp, getLastConsumedFlowTimestamp, getLastConsumedTimestamp, getLastExpireTimestamp, getLastMarkDeleteAdvancedTimestamp, getMsgBacklog, getMsgBacklogNoDelayed, getMsgDelayed, getMsgOutCounter, getMsgRateExpired, getMsgRateOut, getMsgRateRedeliver, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getSubscriptionProperties, getTotalMsgExpired, getType, getUnackedMessages, isAllowOutOfOrderDelivery, isBlockedSubscriptionOnUnackedMsgs, isDurable, isReplicatedpublic double msgDropRate
public void reset()
reset in class SubscriptionStatsImplpublic NonPersistentSubscriptionStatsImpl add(NonPersistentSubscriptionStatsImpl stats)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.