public class SubscriptionStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.CountStatisticImpl |
consumedCount |
protected org.apache.activemq.management.CountStatisticImpl |
dequeues |
protected org.apache.activemq.management.CountStatisticImpl |
dispatched |
protected org.apache.activemq.management.CountStatisticImpl |
enqueues |
protected org.apache.activemq.management.SizeStatisticImpl |
inflightMessageSize |
| Constructor and Description |
|---|
SubscriptionStatistics() |
SubscriptionStatistics(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.management.CountStatisticImpl |
getConsumedCount() |
org.apache.activemq.management.CountStatisticImpl |
getDequeues() |
org.apache.activemq.management.CountStatisticImpl |
getDispatched() |
org.apache.activemq.management.CountStatisticImpl |
getEnqueues() |
org.apache.activemq.management.SizeStatisticImpl |
getInflightMessageSize() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setParent(SubscriptionStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.CountStatisticImpl consumedCount
protected org.apache.activemq.management.CountStatisticImpl enqueues
protected org.apache.activemq.management.CountStatisticImpl dequeues
protected org.apache.activemq.management.CountStatisticImpl dispatched
protected org.apache.activemq.management.SizeStatisticImpl inflightMessageSize
public SubscriptionStatistics()
public SubscriptionStatistics(boolean enabled)
public org.apache.activemq.management.CountStatisticImpl getConsumedCount()
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
public org.apache.activemq.management.CountStatisticImpl getDequeues()
public org.apache.activemq.management.CountStatisticImpl getDispatched()
public org.apache.activemq.management.SizeStatisticImpl getInflightMessageSize()
public void reset()
reset in interface org.apache.activemq.management.Resettablereset in class org.apache.activemq.management.StatsImplpublic void setEnabled(boolean enabled)
setEnabled in class org.apache.activemq.management.StatisticImplpublic void setParent(SubscriptionStatistics parent)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.