org.apache.hadoop.hbase.regionserver
Class MetricsRegion
java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsRegion
@InterfaceAudience.Private
public class MetricsRegion
- extends Object
This is the glue between the HRegion and whatever hadoop shim layer
is loaded (hbase-hadoop1-compat or hbase-hadoop2-compat).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsRegion
public MetricsRegion(MetricsRegionWrapper wrapper)
close
public void close()
updatePut
public void updatePut()
updateDelete
public void updateDelete()
updateGet
public void updateGet(long getSize)
updateScanNext
public void updateScanNext(long scanSize)
updateAppend
public void updateAppend()
updateIncrement
public void updateIncrement()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.