org.apache.hadoop.hbase.rest.protobuf.generated
Interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StorageClusterStatusMessage.StorageClusterStatus.Region, StorageClusterStatusMessage.StorageClusterStatus.Region.Builder
Enclosing class:
StorageClusterStatusMessage.StorageClusterStatus

public static interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getCurrentCompactedKVs()
          optional int64 currentCompactedKVs = 13;
 int getMemstoreSizeMB()
          optional int32 memstoreSizeMB = 5;
 com.google.protobuf.ByteString getName()
          required bytes name = 1;
 long getReadRequestsCount()
          optional int64 readRequestsCount = 7;
 int getRootIndexSizeKB()
          optional int32 rootIndexSizeKB = 9;
 int getStorefileIndexSizeMB()
          optional int32 storefileIndexSizeMB = 6;
 int getStorefiles()
          optional int32 storefiles = 3;
 int getStorefileSizeMB()
          optional int32 storefileSizeMB = 4;
 int getStores()
          optional int32 stores = 2;
 long getTotalCompactingKVs()
          optional int64 totalCompactingKVs = 12;
 int getTotalStaticBloomSizeKB()
          optional int32 totalStaticBloomSizeKB = 11;
 int getTotalStaticIndexSizeKB()
          optional int32 totalStaticIndexSizeKB = 10;
 long getWriteRequestsCount()
          optional int64 writeRequestsCount = 8;
 boolean hasCurrentCompactedKVs()
          optional int64 currentCompactedKVs = 13;
 boolean hasMemstoreSizeMB()
          optional int32 memstoreSizeMB = 5;
 boolean hasName()
          required bytes name = 1;
 boolean hasReadRequestsCount()
          optional int64 readRequestsCount = 7;
 boolean hasRootIndexSizeKB()
          optional int32 rootIndexSizeKB = 9;
 boolean hasStorefileIndexSizeMB()
          optional int32 storefileIndexSizeMB = 6;
 boolean hasStorefiles()
          optional int32 storefiles = 3;
 boolean hasStorefileSizeMB()
          optional int32 storefileSizeMB = 4;
 boolean hasStores()
          optional int32 stores = 2;
 boolean hasTotalCompactingKVs()
          optional int64 totalCompactingKVs = 12;
 boolean hasTotalStaticBloomSizeKB()
          optional int32 totalStaticBloomSizeKB = 11;
 boolean hasTotalStaticIndexSizeKB()
          optional int32 totalStaticIndexSizeKB = 10;
 boolean hasWriteRequestsCount()
          optional int64 writeRequestsCount = 8;
 
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

hasName

boolean hasName()
required bytes name = 1;


getName

com.google.protobuf.ByteString getName()
required bytes name = 1;


hasStores

boolean hasStores()
optional int32 stores = 2;


getStores

int getStores()
optional int32 stores = 2;


hasStorefiles

boolean hasStorefiles()
optional int32 storefiles = 3;


getStorefiles

int getStorefiles()
optional int32 storefiles = 3;


hasStorefileSizeMB

boolean hasStorefileSizeMB()
optional int32 storefileSizeMB = 4;


getStorefileSizeMB

int getStorefileSizeMB()
optional int32 storefileSizeMB = 4;


hasMemstoreSizeMB

boolean hasMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;


getMemstoreSizeMB

int getMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;


hasStorefileIndexSizeMB

boolean hasStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;


getStorefileIndexSizeMB

int getStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;


hasReadRequestsCount

boolean hasReadRequestsCount()
optional int64 readRequestsCount = 7;


getReadRequestsCount

long getReadRequestsCount()
optional int64 readRequestsCount = 7;


hasWriteRequestsCount

boolean hasWriteRequestsCount()
optional int64 writeRequestsCount = 8;


getWriteRequestsCount

long getWriteRequestsCount()
optional int64 writeRequestsCount = 8;


hasRootIndexSizeKB

boolean hasRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;


getRootIndexSizeKB

int getRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;


hasTotalStaticIndexSizeKB

boolean hasTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;


getTotalStaticIndexSizeKB

int getTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;


hasTotalStaticBloomSizeKB

boolean hasTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;


getTotalStaticBloomSizeKB

int getTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;


hasTotalCompactingKVs

boolean hasTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;


getTotalCompactingKVs

long getTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;


hasCurrentCompactedKVs

boolean hasCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;


getCurrentCompactedKVs

long getCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.