Package org.opennms.netmgt.statsd.jmx
Interface StatsdMBean
-
- All Superinterfaces:
BaseOnmsMBean
- All Known Implementing Classes:
Statsd
public interface StatsdMBean extends BaseOnmsMBean
StatsdMBean interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getReportRunTime()
long
getReportsCompleted()
long
getReportsPersisted()
long
getReportsStarted()
-
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatus, getStatusText, init, start, status, stop
-
-
-
-
Method Detail
-
getReportsStarted
long getReportsStarted()
- Returns:
- The number of report runs started since Statsd was last started
-
getReportsCompleted
long getReportsCompleted()
- Returns:
- The number of report runs completed since Statsd was last started
-
getReportsPersisted
long getReportsPersisted()
- Returns:
- The number of reports persisted since Statsd was last started
-
getReportRunTime
long getReportRunTime()
- Returns:
- The time, in milliseconds, spent running reports since Statsd was last started
-
-