public static interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasName()
required bytes name = 1;
com.google.protobuf.ByteString getName()
required bytes name = 1;
boolean hasStores()
optional int32 stores = 2;
int getStores()
optional int32 stores = 2;
boolean hasStorefiles()
optional int32 storefiles = 3;
int getStorefiles()
optional int32 storefiles = 3;
boolean hasStorefileSizeMB()
optional int32 storefileSizeMB = 4;
int getStorefileSizeMB()
optional int32 storefileSizeMB = 4;
boolean hasMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;
int getMemstoreSizeMB()
optional int32 memstoreSizeMB = 5;
boolean hasStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;
int getStorefileIndexSizeMB()
optional int32 storefileIndexSizeMB = 6;
boolean hasReadRequestsCount()
optional int64 readRequestsCount = 7;
long getReadRequestsCount()
optional int64 readRequestsCount = 7;
boolean hasWriteRequestsCount()
optional int64 writeRequestsCount = 8;
long getWriteRequestsCount()
optional int64 writeRequestsCount = 8;
boolean hasRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;
int getRootIndexSizeKB()
optional int32 rootIndexSizeKB = 9;
boolean hasTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;
int getTotalStaticIndexSizeKB()
optional int32 totalStaticIndexSizeKB = 10;
boolean hasTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;
int getTotalStaticBloomSizeKB()
optional int32 totalStaticBloomSizeKB = 11;
boolean hasTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;
long getTotalCompactingKVs()
optional int64 totalCompactingKVs = 12;
boolean hasCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;
long getCurrentCompactedKVs()
optional int64 currentCompactedKVs = 13;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.