org.apache.accumulo.server.tabletserver.metrics
Class TabletServerScanMetrics
java.lang.Object
org.apache.accumulo.server.metrics.AbstractMetricsImpl
org.apache.accumulo.server.tabletserver.metrics.TabletServerScanMetrics
- All Implemented Interfaces:
- TabletServerScanMetricsMBean
public class TabletServerScanMetrics
- extends AbstractMetricsImpl
- implements TabletServerScanMetricsMBean
Methods inherited from class org.apache.accumulo.server.metrics.AbstractMetricsImpl |
add, createMetric, finalize, getMetric, getMetricAvg, getMetricCount, getMetricMax, getMetricMin, isEnabled, register, register |
METRICS_PREFIX
public static final String METRICS_PREFIX
- See Also:
- Constant Field Values
OBJECT_NAME
public static ObjectName OBJECT_NAME
TabletServerScanMetrics
public TabletServerScanMetrics()
getObjectName
protected ObjectName getObjectName()
- Specified by:
getObjectName
in class AbstractMetricsImpl
getMetricsPrefix
protected String getMetricsPrefix()
- Specified by:
getMetricsPrefix
in class AbstractMetricsImpl
getResultAvgSize
public long getResultAvgSize()
- Specified by:
getResultAvgSize
in interface TabletServerScanMetricsMBean
getResultCount
public long getResultCount()
- Specified by:
getResultCount
in interface TabletServerScanMetricsMBean
getResultMaxSize
public long getResultMaxSize()
- Specified by:
getResultMaxSize
in interface TabletServerScanMetricsMBean
getResultMinSize
public long getResultMinSize()
- Specified by:
getResultMinSize
in interface TabletServerScanMetricsMBean
getScanAvgTime
public long getScanAvgTime()
- Specified by:
getScanAvgTime
in interface TabletServerScanMetricsMBean
getScanCount
public long getScanCount()
- Specified by:
getScanCount
in interface TabletServerScanMetricsMBean
getScanMaxTime
public long getScanMaxTime()
- Specified by:
getScanMaxTime
in interface TabletServerScanMetricsMBean
getScanMinTime
public long getScanMinTime()
- Specified by:
getScanMinTime
in interface TabletServerScanMetricsMBean
reset
public void reset()
- Specified by:
reset
in interface TabletServerScanMetricsMBean
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.