org.apache.accumulo.server.tabletserver.metrics
public class TabletServerScanMetrics extends AbstractMetricsImpl implements TabletServerScanMetricsMBean
AbstractMetricsImpl.Metric
Modifier and Type | Field and Description |
---|---|
static String |
METRICS_PREFIX |
resultSize, scan
Constructor and Description |
---|
TabletServerScanMetrics() |
Modifier and Type | Method and Description |
---|---|
protected String |
getMetricsPrefix() |
protected ObjectName |
getObjectName() |
long |
getResultAvgSize() |
long |
getResultCount() |
long |
getResultMaxSize() |
long |
getResultMinSize() |
long |
getScanAvgTime() |
long |
getScanCount() |
long |
getScanMaxTime() |
long |
getScanMinTime() |
void |
reset() |
add, createMetric, finalize, getMetric, getMetricAvg, getMetricCount, getMetricMax, getMetricMin, isEnabled, register, register
public static final String METRICS_PREFIX
protected ObjectName getObjectName()
getObjectName
in class AbstractMetricsImpl
protected String getMetricsPrefix()
getMetricsPrefix
in class AbstractMetricsImpl
public long getResultAvgSize()
getResultAvgSize
in interface TabletServerScanMetricsMBean
public long getResultCount()
getResultCount
in interface TabletServerScanMetricsMBean
public long getResultMaxSize()
getResultMaxSize
in interface TabletServerScanMetricsMBean
public long getResultMinSize()
getResultMinSize
in interface TabletServerScanMetricsMBean
public long getScanAvgTime()
getScanAvgTime
in interface TabletServerScanMetricsMBean
public long getScanCount()
getScanCount
in interface TabletServerScanMetricsMBean
public long getScanMaxTime()
getScanMaxTime
in interface TabletServerScanMetricsMBean
public long getScanMinTime()
getScanMinTime
in interface TabletServerScanMetricsMBean
public void reset()
reset
in interface TabletServerScanMetricsMBean
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.