public static class ServerStatistics.RegionStatistics extends Object
Modifier and Type | Field and Description |
---|---|
private int |
compactionPressure |
private int |
heapOccupancy |
private int |
memstoreLoad |
Constructor and Description |
---|
ServerStatistics.RegionStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getCompactionPressure() |
int |
getHeapOccupancyPercent() |
int |
getMemstoreLoadPercent() |
void |
update(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats currentStats) |
private int memstoreLoad
private int heapOccupancy
private int compactionPressure
public void update(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats currentStats)
public int getMemstoreLoadPercent()
public int getHeapOccupancyPercent()
public int getCompactionPressure()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.