Class TabletServerScanMetrics
- java.lang.Object
-
- org.apache.accumulo.server.metrics.Metrics
-
- org.apache.accumulo.tserver.metrics.TabletServerScanMetrics
-
- All Implemented Interfaces:
org.apache.hadoop.metrics2.MetricsSource
public class TabletServerScanMetrics extends Metrics
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringTSERVER_NAME
-
Constructor Summary
Constructors Constructor Description TabletServerScanMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResult(long value)voidaddScan(long value)voidaddYield(long value)-
Methods inherited from class org.apache.accumulo.server.metrics.Metrics
getMetrics, getMoreMetrics, getRegistry, initSystem, prepareMetrics, register
-
-
-
-
Field Detail
-
TSERVER_NAME
protected static final String TSERVER_NAME
- See Also:
- Constant Field Values
-
-