org.apache.accumulo.server.tabletserver.metrics
public interface TabletServerScanMetricsMBean
Modifier and Type | Field and Description |
---|---|
static String |
resultSize |
static String |
scan |
Modifier and Type | Method and Description |
---|---|
long |
getResultAvgSize() |
long |
getResultCount() |
long |
getResultMaxSize() |
long |
getResultMinSize() |
long |
getScanAvgTime() |
long |
getScanCount() |
long |
getScanMaxTime() |
long |
getScanMinTime() |
void |
reset() |
static final String scan
static final String resultSize
long getScanCount()
long getScanAvgTime()
long getScanMinTime()
long getScanMaxTime()
long getResultCount()
long getResultAvgSize()
long getResultMinSize()
long getResultMaxSize()
void reset()
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.