org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.RegionLoadStatsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientProtos.RegionLoadStats, ClientProtos.RegionLoadStats.Builder
Enclosing class:
ClientProtos

public static interface ClientProtos.RegionLoadStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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];
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasMemstoreLoad

boolean hasMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
 Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
 


getMemstoreLoad

int getMemstoreLoad()
optional int32 memstoreLoad = 1 [default = 0];
 Percent load on the memstore. Guaranteed to be positive, between 0 and 100.
 


hasHeapOccupancy

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.
 


getHeapOccupancy

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.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.