public class NonPersistentSubscriptionStats extends SubscriptionStats
| 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, chuckedMessageRate, 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 |
|---|
NonPersistentSubscriptionStats() |
| Modifier and Type | Method and Description |
|---|---|
NonPersistentSubscriptionStats |
add(NonPersistentSubscriptionStats stats) |
void |
reset() |
addpublic double msgDropRate
public void reset()
reset in class SubscriptionStatspublic NonPersistentSubscriptionStats add(NonPersistentSubscriptionStats stats)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.