public class ConnectorStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.CountStatisticImpl |
consumers |
protected org.apache.activemq.management.CountStatisticImpl |
dequeues |
protected org.apache.activemq.management.CountStatisticImpl |
enqueues |
protected org.apache.activemq.management.CountStatisticImpl |
messages |
protected org.apache.activemq.management.PollCountStatisticImpl |
messagesCached |
| Constructor and Description |
|---|
ConnectorStatistics() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.management.CountStatisticImpl |
getConsumers() |
org.apache.activemq.management.CountStatisticImpl |
getDequeues() |
org.apache.activemq.management.CountStatisticImpl |
getEnqueues() |
org.apache.activemq.management.CountStatisticImpl |
getMessages() |
org.apache.activemq.management.PollCountStatisticImpl |
getMessagesCached() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached) |
void |
setParent(ConnectorStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.CountStatisticImpl enqueues
protected org.apache.activemq.management.CountStatisticImpl dequeues
protected org.apache.activemq.management.CountStatisticImpl consumers
protected org.apache.activemq.management.CountStatisticImpl messages
protected org.apache.activemq.management.PollCountStatisticImpl messagesCached
public ConnectorStatistics()
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
public org.apache.activemq.management.CountStatisticImpl getDequeues()
public org.apache.activemq.management.CountStatisticImpl getConsumers()
public org.apache.activemq.management.PollCountStatisticImpl getMessagesCached()
public org.apache.activemq.management.CountStatisticImpl getMessages()
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(ConnectorStatistics parent)
public void setMessagesCached(org.apache.activemq.management.PollCountStatisticImpl messagesCached)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.