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 |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasName
boolean hasName()
getName
com.google.protobuf.ByteString getName()
hasStores
boolean hasStores()
getStores
int getStores()
hasStorefiles
boolean hasStorefiles()
getStorefiles
int getStorefiles()
hasStorefileSizeMB
boolean hasStorefileSizeMB()
getStorefileSizeMB
int getStorefileSizeMB()
hasMemstoreSizeMB
boolean hasMemstoreSizeMB()
getMemstoreSizeMB
int getMemstoreSizeMB()
hasStorefileIndexSizeMB
boolean hasStorefileIndexSizeMB()
getStorefileIndexSizeMB
int getStorefileIndexSizeMB()
hasReadRequestsCount
boolean hasReadRequestsCount()
getReadRequestsCount
long getReadRequestsCount()
hasWriteRequestsCount
boolean hasWriteRequestsCount()
getWriteRequestsCount
long getWriteRequestsCount()
hasRootIndexSizeKB
boolean hasRootIndexSizeKB()
getRootIndexSizeKB
int getRootIndexSizeKB()
hasTotalStaticIndexSizeKB
boolean hasTotalStaticIndexSizeKB()
getTotalStaticIndexSizeKB
int getTotalStaticIndexSizeKB()
hasTotalStaticBloomSizeKB
boolean hasTotalStaticBloomSizeKB()
getTotalStaticBloomSizeKB
int getTotalStaticBloomSizeKB()
hasTotalCompactingKVs
boolean hasTotalCompactingKVs()
getTotalCompactingKVs
long getTotalCompactingKVs()
hasCurrentCompactedKVs
boolean hasCurrentCompactedKVs()
getCurrentCompactedKVs
long getCurrentCompactedKVs()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.