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, backlogSize, blockedSubscriptionOnUnackedMsgs, bytesOutCounter, chunkedMessageRate, consumers, consumersAfterMarkDeletePosition, isDurable, isReplicated, lastAckedTimestamp, lastConsumedFlowTimestamp, lastConsumedTimestamp, lastExpireTimestamp, lastMarkDeleteAdvancedTimestamp, msgBacklog, msgBacklogNoDelayed, msgDelayed, msgOutCounter, msgRateExpired, msgRateOut, msgRateRedeliver, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, 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, getLastAckedTimestamp, getLastConsumedFlowTimestamp, getLastConsumedTimestamp, getLastExpireTimestamp, getLastMarkDeleteAdvancedTimestamp, getMsgBacklog, getMsgBacklogNoDelayed, getMsgDelayed, getMsgOutCounter, getMsgRateExpired, getMsgRateOut, getMsgRateRedeliver, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getTotalMsgExpired, getType, getUnackedMessages, 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.