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, getStatistics
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTime
protected 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()
Resettable
reset
in interface Resettable
reset
in class StatsImpl
public void setEnabled(boolean enabled)
setEnabled
in class StatisticImpl
enabled
- the enabled to setpublic void setParent(DestinationStatistics parent)
Copyright © 2005–2017. All rights reserved.