org.apache.hadoop.hbase.client.backoff
Class ServerStatistics.RegionStatistics

java.lang.Object
  extended by org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
Enclosing class:
ServerStatistics

public static class ServerStatistics.RegionStatistics
extends Object


Constructor Summary
ServerStatistics.RegionStatistics()
           
 
Method Summary
 int getHeapOccupancyPercent()
           
 int getMemstoreLoadPercent()
           
 void update(ClientProtos.RegionLoadStats currentStats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStatistics.RegionStatistics

public ServerStatistics.RegionStatistics()
Method Detail

update

public void update(ClientProtos.RegionLoadStats currentStats)

getMemstoreLoadPercent

public int getMemstoreLoadPercent()

getHeapOccupancyPercent

public int getHeapOccupancyPercent()


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.