public static interface StorageClusterStatusMessage.StorageClusterStatus.RegionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCurrentCompactedKVs() |
int |
getMemstoreSizeMB() |
com.google.protobuf.ByteString |
getName() |
long |
getReadRequestsCount() |
int |
getRootIndexSizeKB() |
int |
getStorefileIndexSizeMB() |
int |
getStorefiles() |
int |
getStorefileSizeMB() |
int |
getStores() |
long |
getTotalCompactingKVs() |
int |
getTotalStaticBloomSizeKB() |
int |
getTotalStaticIndexSizeKB() |
long |
getWriteRequestsCount() |
boolean |
hasCurrentCompactedKVs() |
boolean |
hasMemstoreSizeMB() |
boolean |
hasName() |
boolean |
hasReadRequestsCount() |
boolean |
hasRootIndexSizeKB() |
boolean |
hasStorefileIndexSizeMB() |
boolean |
hasStorefiles() |
boolean |
hasStorefileSizeMB() |
boolean |
hasStores() |
boolean |
hasTotalCompactingKVs() |
boolean |
hasTotalStaticBloomSizeKB() |
boolean |
hasTotalStaticIndexSizeKB() |
boolean |
hasWriteRequestsCount() |
boolean hasName()
com.google.protobuf.ByteString getName()
boolean hasStores()
int getStores()
boolean hasStorefiles()
int getStorefiles()
boolean hasStorefileSizeMB()
int getStorefileSizeMB()
boolean hasMemstoreSizeMB()
int getMemstoreSizeMB()
boolean hasStorefileIndexSizeMB()
int getStorefileIndexSizeMB()
boolean hasReadRequestsCount()
long getReadRequestsCount()
boolean hasWriteRequestsCount()
long getWriteRequestsCount()
boolean hasRootIndexSizeKB()
int getRootIndexSizeKB()
boolean hasTotalStaticIndexSizeKB()
int getTotalStaticIndexSizeKB()
boolean hasTotalStaticBloomSizeKB()
int getTotalStaticBloomSizeKB()
boolean hasTotalCompactingKVs()
long getTotalCompactingKVs()
boolean hasCurrentCompactedKVs()
long getCurrentCompactedKVs()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.