Class TabletServerMetrics
- java.lang.Object
-
- org.apache.accumulo.server.metrics.Metrics
-
- org.apache.accumulo.tserver.metrics.TabletServerMetrics
-
- All Implemented Interfaces:
org.apache.hadoop.metrics2.MetricsSource
public class TabletServerMetrics extends Metrics
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringTSERVER_NAME
-
Constructor Summary
Constructors Constructor Description TabletServerMetrics(TabletServer tserver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetMoreMetrics(org.apache.hadoop.metrics2.MetricsRecordBuilder builder, boolean all)protected voidprepareMetrics()-
Methods inherited from class org.apache.accumulo.server.metrics.Metrics
getMetrics, getRegistry, initSystem, register
-
-
-
-
Field Detail
-
TSERVER_NAME
protected static final String TSERVER_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TabletServerMetrics
public TabletServerMetrics(TabletServer tserver)
-
-
Method Detail
-
prepareMetrics
protected void prepareMetrics()
- Overrides:
prepareMetricsin classMetrics
-
getMoreMetrics
protected void getMoreMetrics(org.apache.hadoop.metrics2.MetricsRecordBuilder builder, boolean all)- Overrides:
getMoreMetricsin classMetrics
-
-