Class MetricsRegionServer

java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsRegionServer

@Evolving @Private public class MetricsRegionServer extends Object
Maintains regionserver statistics and publishes them through the metrics interfaces. This class has a number of metrics variables that are publicly accessible; these variables (objects) have methods to update their values. Batch your updates rather than call on each instance else all threads will do nothing but contend trying to maintain metric counters!