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()
           
 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()
           
 
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
 

Method Detail

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