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
| 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 |
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 © 2013 The Apache Software Foundation. All Rights Reserved.