Class DestinationStatistics
- java.lang.Object
-
- org.apache.activemq.management.StatisticImpl
-
- org.apache.activemq.management.StatsImpl
-
- org.apache.activemq.broker.region.DestinationStatistics
-
- All Implemented Interfaces:
org.apache.activemq.management.Resettable,org.apache.activemq.management.Statistic,org.apache.activemq.management.Stats
public class DestinationStatistics extends org.apache.activemq.management.StatsImplThe Statistics for a Destination.
-
-
Constructor Summary
Constructors Constructor Description DestinationStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.management.CountStatisticImplgetBlockedSends()org.apache.activemq.management.TimeStatisticImplgetBlockedTime()org.apache.activemq.management.CountStatisticImplgetConsumers()org.apache.activemq.management.CountStatisticImplgetDequeues()org.apache.activemq.management.CountStatisticImplgetDispatched()org.apache.activemq.management.CountStatisticImplgetDuplicateFromStore()org.apache.activemq.management.CountStatisticImplgetEnqueues()org.apache.activemq.management.CountStatisticImplgetExpired()org.apache.activemq.management.CountStatisticImplgetForwards()org.apache.activemq.management.CountStatisticImplgetInflight()org.apache.activemq.management.CountStatisticImplgetMaxUncommittedExceededCount()org.apache.activemq.management.MessageFlowStatsgetMessageFlowStats()org.apache.activemq.management.CountStatisticImplgetMessages()org.apache.activemq.management.PollCountStatisticImplgetMessagesCached()org.apache.activemq.management.SizeStatisticImplgetMessageSize()org.apache.activemq.management.CountStatisticImplgetNetworkDequeues()org.apache.activemq.management.CountStatisticImplgetNetworkEnqueues()org.apache.activemq.management.TimeStatisticImplgetProcessTime()org.apache.activemq.management.CountStatisticImplgetProducers()booleanisAdvancedMessageStatisticsEnabled()voidreset()voidsetAdvancedMessageStatisticsEnabled(boolean enabled)voidsetEnabled(boolean enabled)voidsetParent(DestinationStatistics parent)-
Methods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, addStatistics, getStatistic, getStatisticNames, getStatistics, removeStatistics
-
-
-
-
Method Detail
-
getEnqueues
public org.apache.activemq.management.CountStatisticImpl getEnqueues()
-
getDequeues
public org.apache.activemq.management.CountStatisticImpl getDequeues()
-
getForwards
public org.apache.activemq.management.CountStatisticImpl getForwards()
-
getInflight
public org.apache.activemq.management.CountStatisticImpl getInflight()
-
getExpired
public org.apache.activemq.management.CountStatisticImpl getExpired()
-
getConsumers
public org.apache.activemq.management.CountStatisticImpl getConsumers()
-
getProducers
public org.apache.activemq.management.CountStatisticImpl getProducers()
-
getMessagesCached
public org.apache.activemq.management.PollCountStatisticImpl getMessagesCached()
-
getMessages
public org.apache.activemq.management.CountStatisticImpl getMessages()
-
getDispatched
public org.apache.activemq.management.CountStatisticImpl getDispatched()
-
getDuplicateFromStore
public org.apache.activemq.management.CountStatisticImpl getDuplicateFromStore()
-
getProcessTime
public org.apache.activemq.management.TimeStatisticImpl getProcessTime()
-
getBlockedSends
public org.apache.activemq.management.CountStatisticImpl getBlockedSends()
-
getBlockedTime
public org.apache.activemq.management.TimeStatisticImpl getBlockedTime()
-
getMessageSize
public org.apache.activemq.management.SizeStatisticImpl getMessageSize()
-
getMaxUncommittedExceededCount
public org.apache.activemq.management.CountStatisticImpl getMaxUncommittedExceededCount()
-
getNetworkEnqueues
public org.apache.activemq.management.CountStatisticImpl getNetworkEnqueues()
-
getNetworkDequeues
public org.apache.activemq.management.CountStatisticImpl getNetworkDequeues()
-
getMessageFlowStats
public org.apache.activemq.management.MessageFlowStats getMessageFlowStats()
-
reset
public void reset()
- Specified by:
resetin interfaceorg.apache.activemq.management.Resettable- Overrides:
resetin classorg.apache.activemq.management.StatsImpl
-
setEnabled
public void setEnabled(boolean enabled)
- Overrides:
setEnabledin classorg.apache.activemq.management.StatisticImpl
-
setParent
public void setParent(DestinationStatistics parent)
-
setAdvancedMessageStatisticsEnabled
public void setAdvancedMessageStatisticsEnabled(boolean enabled)
-
isAdvancedMessageStatisticsEnabled
public boolean isAdvancedMessageStatisticsEnabled()
-
-