Class PersistenceAdapterStatistics

java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.store.PersistenceAdapterStatistics
All Implemented Interfaces:
org.apache.activemq.management.Resettable, org.apache.activemq.management.Statistic, org.apache.activemq.management.Stats

public class PersistenceAdapterStatistics extends org.apache.activemq.management.StatsImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     
    protected org.apache.activemq.management.TimeStatisticImpl
     

    Fields inherited from class org.apache.activemq.management.StatisticImpl

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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
     
    org.apache.activemq.management.TimeStatisticImpl
     
    org.apache.activemq.management.TimeStatisticImpl
     
    org.apache.activemq.management.TimeStatisticImpl
     
    org.apache.activemq.management.TimeStatisticImpl
     
    void
     
    void
    setEnabled(boolean enabled)
     
    void
     

    Methods inherited from class org.apache.activemq.management.StatsImpl

    addStatistic, getStatistic, getStatisticNames, getStatistics

    Methods inherited from class org.apache.activemq.management.StatisticImpl

    appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, toString, updateSampleTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • slowCleanupTime

      protected org.apache.activemq.management.TimeStatisticImpl slowCleanupTime
    • slowWriteTime

      protected org.apache.activemq.management.TimeStatisticImpl slowWriteTime
    • slowReadTime

      protected org.apache.activemq.management.TimeStatisticImpl slowReadTime
    • writeTime

      protected org.apache.activemq.management.TimeStatisticImpl writeTime
    • readTime

      protected org.apache.activemq.management.TimeStatisticImpl readTime
  • Constructor Details

    • PersistenceAdapterStatistics

      public PersistenceAdapterStatistics()
  • Method Details

    • addSlowCleanupTime

      public void addSlowCleanupTime(long time)
    • addSlowWriteTime

      public void addSlowWriteTime(long time)
    • addSlowReadTime

      public void addSlowReadTime(long time)
    • addWriteTime

      public void addWriteTime(long time)
    • addReadTime

      public void addReadTime(long time)
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class org.apache.activemq.management.StatisticImpl
    • getSlowCleanupTime

      public org.apache.activemq.management.TimeStatisticImpl getSlowCleanupTime()
    • getSlowWriteTime

      public org.apache.activemq.management.TimeStatisticImpl getSlowWriteTime()
    • getSlowReadTime

      public org.apache.activemq.management.TimeStatisticImpl getSlowReadTime()
    • getWriteTime

      public org.apache.activemq.management.TimeStatisticImpl getWriteTime()
    • getReadTime

      public org.apache.activemq.management.TimeStatisticImpl getReadTime()
    • reset

      public void reset()
      Specified by:
      reset in interface org.apache.activemq.management.Resettable
      Overrides:
      reset in class org.apache.activemq.management.StatsImpl
    • setParent

      public void setParent(PersistenceAdapterStatistics parent)