Class RegionStatistics
- java.lang.Object
-
- org.apache.activemq.management.StatisticImpl
-
- org.apache.activemq.management.StatsImpl
-
- org.apache.activemq.broker.region.RegionStatistics
-
-
Constructor Summary
Constructors Constructor Description RegionStatistics()RegionStatistics(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.management.CountStatisticImplgetAdvisoryDestinations()org.apache.activemq.management.CountStatisticImplgetAllDestinations()org.apache.activemq.management.CountStatisticImplgetDestinations()voidreset()voidsetEnabled(boolean enabled)voidsetParent(RegionStatistics parent)-
Methods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
getAdvisoryDestinations
public org.apache.activemq.management.CountStatisticImpl getAdvisoryDestinations()
-
getDestinations
public org.apache.activemq.management.CountStatisticImpl getDestinations()
-
getAllDestinations
public org.apache.activemq.management.CountStatisticImpl getAllDestinations()
-
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(RegionStatistics parent)
-
-