public class TabletServerScanMetrics extends AbstractMetricsImpl implements TabletServerScanMetricsMBean
AbstractMetricsImpl.Metric| Modifier and Type | Field and Description |
|---|---|
static String |
METRICS_PREFIX |
RESULT_SIZE, SCANMASTER_NAME, PREFIX, THRIFT_NAME, TSERVER_NAME| 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, getMetricAvg, getMetricCount, getMetricMax, getMetricMin, isEnabled, register, registerpublic static final String METRICS_PREFIX
protected ObjectName getObjectName()
getObjectName in class AbstractMetricsImplprotected String getMetricsPrefix()
getMetricsPrefix in class AbstractMetricsImplpublic long getResultAvgSize()
getResultAvgSize in interface TabletServerScanMetricsMBeanpublic long getResultCount()
getResultCount in interface TabletServerScanMetricsMBeanpublic long getResultMaxSize()
getResultMaxSize in interface TabletServerScanMetricsMBeanpublic long getResultMinSize()
getResultMinSize in interface TabletServerScanMetricsMBeanpublic long getScanAvgTime()
getScanAvgTime in interface TabletServerScanMetricsMBeanpublic long getScanCount()
getScanCount in interface TabletServerScanMetricsMBeanpublic long getScanMaxTime()
getScanMaxTime in interface TabletServerScanMetricsMBeanpublic long getScanMinTime()
getScanMinTime in interface TabletServerScanMetricsMBeanpublic void reset()
reset in interface TabletServerScanMetricsMBeanCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.