public class DestinationStatistics extends StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected CountStatisticImpl |
blockedSends |
protected TimeStatisticImpl |
blockedTime |
protected CountStatisticImpl |
consumers |
protected CountStatisticImpl |
dequeues |
protected CountStatisticImpl |
dispatched |
protected CountStatisticImpl |
enqueues |
protected CountStatisticImpl |
expired |
protected CountStatisticImpl |
forwards |
protected CountStatisticImpl |
inflight |
protected CountStatisticImpl |
messages |
protected PollCountStatisticImpl |
messagesCached |
protected SizeStatisticImpl |
messageSize |
protected TimeStatisticImpl |
processTime |
protected CountStatisticImpl |
producers |
enabled| Constructor and Description |
|---|
DestinationStatistics() |
| Modifier and Type | Method and Description |
|---|---|
CountStatisticImpl |
getBlockedSends() |
TimeStatisticImpl |
getBlockedTime() |
CountStatisticImpl |
getConsumers() |
CountStatisticImpl |
getDequeues() |
CountStatisticImpl |
getDispatched() |
CountStatisticImpl |
getEnqueues() |
CountStatisticImpl |
getExpired() |
CountStatisticImpl |
getForwards() |
CountStatisticImpl |
getInflight() |
CountStatisticImpl |
getMessages() |
PollCountStatisticImpl |
getMessagesCached() |
SizeStatisticImpl |
getMessageSize() |
TimeStatisticImpl |
getProcessTime() |
CountStatisticImpl |
getProducers() |
void |
reset()
Reset the statistic
|
void |
setEnabled(boolean enabled) |
void |
setMessagesCached(PollCountStatisticImpl messagesCached) |
void |
setParent(DestinationStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsappendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTimeprotected CountStatisticImpl enqueues
protected CountStatisticImpl dequeues
protected CountStatisticImpl forwards
protected CountStatisticImpl consumers
protected CountStatisticImpl producers
protected CountStatisticImpl messages
protected PollCountStatisticImpl messagesCached
protected CountStatisticImpl dispatched
protected CountStatisticImpl inflight
protected CountStatisticImpl expired
protected TimeStatisticImpl processTime
protected CountStatisticImpl blockedSends
protected TimeStatisticImpl blockedTime
protected SizeStatisticImpl messageSize
public DestinationStatistics()
public CountStatisticImpl getEnqueues()
public CountStatisticImpl getDequeues()
public CountStatisticImpl getForwards()
public CountStatisticImpl getInflight()
public CountStatisticImpl getExpired()
public CountStatisticImpl getConsumers()
public CountStatisticImpl getProducers()
public PollCountStatisticImpl getMessagesCached()
public CountStatisticImpl getMessages()
public void setMessagesCached(PollCountStatisticImpl messagesCached)
public CountStatisticImpl getDispatched()
public TimeStatisticImpl getProcessTime()
public CountStatisticImpl getBlockedSends()
public TimeStatisticImpl getBlockedTime()
public SizeStatisticImpl getMessageSize()
public void reset()
Resettablereset in interface Resettablereset in class StatsImplpublic void setEnabled(boolean enabled)
setEnabled in class StatisticImplenabled - the enabled to setpublic void setParent(DestinationStatistics parent)
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.