org.apache.hadoop.hbase.regionserver
Class MetricsRegionServer
java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsRegionServer
@InterfaceStability.Evolving
@InterfaceAudience.Private
public class MetricsRegionServer
- extends Object
This class is for maintaining the various regionserver statistics
and publishing 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsRegionServer
public MetricsRegionServer(MetricsRegionServerWrapper regionServerWrapper)
getMetricsSource
public MetricsRegionServerSource getMetricsSource()
getRegionServerWrapper
public MetricsRegionServerWrapper getRegionServerWrapper()
updatePut
public void updatePut(long t)
updateDelete
public void updateDelete(long t)
updateGet
public void updateGet(long t)
updateIncrement
public void updateIncrement(long t)
updateAppend
public void updateAppend(long t)
updateReplay
public void updateReplay(long t)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.