public class NetworkBridgeStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.CountStatisticImpl |
dequeues |
protected org.apache.activemq.management.CountStatisticImpl |
enqueues |
protected org.apache.activemq.management.CountStatisticImpl |
receivedCount |
| Constructor and Description |
|---|
NetworkBridgeStatistics() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.management.CountStatisticImpl |
getDequeues()
The current number of dequeues this bridge has, which is the number of
messages actually sent to and received by the remote broker.
|
org.apache.activemq.management.CountStatisticImpl |
getEnqueues()
The current number of enqueues this bridge has, which is the number of potential messages to be forwarded
Messages may not be forwarded if there is no subscription
|
org.apache.activemq.management.CountStatisticImpl |
getReceivedCount()
The number of messages that have been received by the NetworkBridge from the remote broker.
|
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setParent(NetworkBridgeStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.CountStatisticImpl enqueues
protected org.apache.activemq.management.CountStatisticImpl dequeues
protected org.apache.activemq.management.CountStatisticImpl receivedCount
public NetworkBridgeStatistics()
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
public org.apache.activemq.management.CountStatisticImpl getDequeues()
public org.apache.activemq.management.CountStatisticImpl getReceivedCount()
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(NetworkBridgeStatistics parent)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.