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 |
---|
RegionStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getCompactionPressure() |
int |
getHeapOccupancyPercent() |
int |
getMemStoreLoadPercent() |
void |
update(RegionLoadStats currentStats) |
private int memstoreLoad
private int heapOccupancy
private int compactionPressure
public RegionStatistics()
public void update(RegionLoadStats currentStats)
public int getMemStoreLoadPercent()
public int getHeapOccupancyPercent()
public int getCompactionPressure()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.