public static interface ClientProtos.RegionLoadStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCompactionPressure()
optional int32 compactionPressure = 3 [default = 0]; |
int |
getHeapOccupancy()
optional int32 heapOccupancy = 2 [default = 0]; |
int |
getMemStoreLoad()
optional int32 memStoreLoad = 1 [default = 0]; |
boolean |
hasCompactionPressure()
optional int32 compactionPressure = 3 [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.
boolean hasCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
int getCompactionPressure()
optional int32 compactionPressure = 3 [default = 0];
Compaction pressure. Guaranteed to be positive, between 0 and 100.
Copyright © 2007–2019 Cloudera. All rights reserved.