public static interface ClientProtos.RegionLoadStatsOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCompactionPressure()
Compaction pressure.
|
int |
getHeapOccupancy()
Percent JVM heap occupancy.
|
int |
getMemStoreLoad()
Percent load on the memstore.
|
boolean |
hasCompactionPressure()
Compaction pressure.
|
boolean |
hasHeapOccupancy()
Percent JVM heap occupancy.
|
boolean |
hasMemStoreLoad()
Percent load on the memstore.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMemStoreLoad()
Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
optional int32 memStoreLoad = 1 [default = 0];int getMemStoreLoad()
Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
optional int32 memStoreLoad = 1 [default = 0];boolean hasHeapOccupancy()
Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.
optional int32 heapOccupancy = 2 [default = 0];int getHeapOccupancy()
Percent JVM heap occupancy. Guaranteed to be positive, between 0 and 100. We can move this to "ServerLoadStats" should we develop them.
optional int32 heapOccupancy = 2 [default = 0];boolean hasCompactionPressure()
Compaction pressure. Guaranteed to be positive, between 0 and 100.
optional int32 compactionPressure = 3 [default = 0];int getCompactionPressure()
Compaction pressure. Guaranteed to be positive, between 0 and 100.
optional int32 compactionPressure = 3 [default = 0];Copyright © 2007–2019 Cloudera. All rights reserved.