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 getCompactionPressure()
           
 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()

getCompactionPressure

public int getCompactionPressure()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.