public class DestinationStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.CountStatisticImpl |
blockedSends |
protected org.apache.activemq.management.TimeStatisticImpl |
blockedTime |
protected org.apache.activemq.management.CountStatisticImpl |
consumers |
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.CountStatisticImpl |
expired |
protected org.apache.activemq.management.CountStatisticImpl |
forwards |
protected org.apache.activemq.management.CountStatisticImpl |
inflight |
protected org.apache.activemq.management.CountStatisticImpl |
messages |
protected org.apache.activemq.management.PollCountStatisticImpl |
messagesCached |
protected org.apache.activemq.management.SizeStatisticImpl |
messageSize |
protected org.apache.activemq.management.TimeStatisticImpl |
processTime |
protected org.apache.activemq.management.CountStatisticImpl |
producers |
| Constructor and Description |
|---|
DestinationStatistics() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.management.CountStatisticImpl |
getBlockedSends() |
org.apache.activemq.management.TimeStatisticImpl |
getBlockedTime() |
org.apache.activemq.management.CountStatisticImpl |
getConsumers() |
org.apache.activemq.management.CountStatisticImpl |
getDequeues() |
org.apache.activemq.management.CountStatisticImpl |
getDispatched() |
org.apache.activemq.management.CountStatisticImpl |
getEnqueues() |
org.apache.activemq.management.CountStatisticImpl |
getExpired() |
org.apache.activemq.management.CountStatisticImpl |
getForwards() |
org.apache.activemq.management.CountStatisticImpl |
getInflight() |
org.apache.activemq.management.CountStatisticImpl |
getMessages() |
org.apache.activemq.management.PollCountStatisticImpl |
getMessagesCached() |
org.apache.activemq.management.SizeStatisticImpl |
getMessageSize() |
org.apache.activemq.management.TimeStatisticImpl |
getProcessTime() |
org.apache.activemq.management.CountStatisticImpl |
getProducers() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached) |
void |
setParent(DestinationStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.CountStatisticImpl enqueues
protected org.apache.activemq.management.CountStatisticImpl dequeues
protected org.apache.activemq.management.CountStatisticImpl forwards
protected org.apache.activemq.management.CountStatisticImpl consumers
protected org.apache.activemq.management.CountStatisticImpl producers
protected org.apache.activemq.management.CountStatisticImpl messages
protected org.apache.activemq.management.PollCountStatisticImpl messagesCached
protected org.apache.activemq.management.CountStatisticImpl dispatched
protected org.apache.activemq.management.CountStatisticImpl inflight
protected org.apache.activemq.management.CountStatisticImpl expired
protected org.apache.activemq.management.TimeStatisticImpl processTime
protected org.apache.activemq.management.CountStatisticImpl blockedSends
protected org.apache.activemq.management.TimeStatisticImpl blockedTime
protected org.apache.activemq.management.SizeStatisticImpl messageSize
public DestinationStatistics()
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
public org.apache.activemq.management.CountStatisticImpl getDequeues()
public org.apache.activemq.management.CountStatisticImpl getForwards()
public org.apache.activemq.management.CountStatisticImpl getInflight()
public org.apache.activemq.management.CountStatisticImpl getExpired()
public org.apache.activemq.management.CountStatisticImpl getConsumers()
public org.apache.activemq.management.CountStatisticImpl getProducers()
public org.apache.activemq.management.PollCountStatisticImpl getMessagesCached()
public org.apache.activemq.management.CountStatisticImpl getMessages()
public void setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached)
public org.apache.activemq.management.CountStatisticImpl getDispatched()
public org.apache.activemq.management.TimeStatisticImpl getProcessTime()
public org.apache.activemq.management.CountStatisticImpl getBlockedSends()
public org.apache.activemq.management.TimeStatisticImpl getBlockedTime()
public org.apache.activemq.management.SizeStatisticImpl getMessageSize()
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(DestinationStatistics parent)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.