public static interface ClientProtos.RegionLoadStatsOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
int | 
getHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0]; | 
int | 
getMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0]; | 
boolean | 
hasHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0]; | 
boolean | 
hasMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0]; | 
boolean hasMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
 Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
int getMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
 Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
boolean hasHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0];
 Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.
int getHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0];
 Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.