public class MessageStoreStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.CountStatisticImpl |
messageCount |
protected org.apache.activemq.management.SizeStatisticImpl |
messageSize |
| Constructor and Description |
|---|
MessageStoreStatistics() |
MessageStoreStatistics(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.management.CountStatisticImpl |
getMessageCount() |
org.apache.activemq.management.SizeStatisticImpl |
getMessageSize() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setParent(MessageStoreStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.CountStatisticImpl messageCount
protected org.apache.activemq.management.SizeStatisticImpl messageSize
public MessageStoreStatistics()
public MessageStoreStatistics(boolean enabled)
public org.apache.activemq.management.CountStatisticImpl getMessageCount()
public org.apache.activemq.management.SizeStatisticImpl getMessageSize()
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(MessageStoreStatistics parent)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.