Class TabletServerMinCMetrics
- java.lang.Object
-
- org.apache.accumulo.server.metrics.Metrics
-
- org.apache.accumulo.tserver.metrics.TabletServerMinCMetrics
-
- All Implemented Interfaces:
org.apache.hadoop.metrics2.MetricsSource
public class TabletServerMinCMetrics extends Metrics
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringTSERVER_NAME
-
Constructor Summary
Constructors Constructor Description TabletServerMinCMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddActive(long value)voidaddQueued(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
-
-