public class PersistenceAdapterStatistics extends org.apache.activemq.management.StatsImpl
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.activemq.management.TimeStatisticImpl |
readTime |
protected org.apache.activemq.management.TimeStatisticImpl |
slowCleanupTime |
protected org.apache.activemq.management.TimeStatisticImpl |
slowReadTime |
protected org.apache.activemq.management.TimeStatisticImpl |
slowWriteTime |
protected org.apache.activemq.management.TimeStatisticImpl |
writeTime |
| Constructor and Description |
|---|
PersistenceAdapterStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReadTime(long time) |
void |
addSlowCleanupTime(long time) |
void |
addSlowReadTime(long time) |
void |
addSlowWriteTime(long time) |
void |
addWriteTime(long time) |
org.apache.activemq.management.TimeStatisticImpl |
getReadTime() |
org.apache.activemq.management.TimeStatisticImpl |
getSlowCleanupTime() |
org.apache.activemq.management.TimeStatisticImpl |
getSlowReadTime() |
org.apache.activemq.management.TimeStatisticImpl |
getSlowWriteTime() |
org.apache.activemq.management.TimeStatisticImpl |
getWriteTime() |
void |
reset() |
void |
setEnabled(boolean enabled) |
void |
setParent(PersistenceAdapterStatistics parent) |
addStatistic, getStatistic, getStatisticNames, getStatisticsprotected org.apache.activemq.management.TimeStatisticImpl slowCleanupTime
protected org.apache.activemq.management.TimeStatisticImpl slowWriteTime
protected org.apache.activemq.management.TimeStatisticImpl slowReadTime
protected org.apache.activemq.management.TimeStatisticImpl writeTime
protected org.apache.activemq.management.TimeStatisticImpl readTime
public PersistenceAdapterStatistics()
public void addSlowCleanupTime(long time)
public void addSlowWriteTime(long time)
public void addSlowReadTime(long time)
public void addWriteTime(long time)
public void addReadTime(long time)
public void setEnabled(boolean enabled)
setEnabled in class org.apache.activemq.management.StatisticImplpublic org.apache.activemq.management.TimeStatisticImpl getSlowCleanupTime()
public org.apache.activemq.management.TimeStatisticImpl getSlowWriteTime()
public org.apache.activemq.management.TimeStatisticImpl getSlowReadTime()
public org.apache.activemq.management.TimeStatisticImpl getWriteTime()
public org.apache.activemq.management.TimeStatisticImpl getReadTime()
public void reset()
reset in interface org.apache.activemq.management.Resettablereset in class org.apache.activemq.management.StatsImplpublic void setParent(PersistenceAdapterStatistics parent)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.