org.apache.hadoop.hbase.protobuf.generated
Interface ClusterStatusProtos.RegionLoadOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClusterStatusProtos.RegionLoad, ClusterStatusProtos.RegionLoad.Builder
Enclosing class:
ClusterStatusProtos

public static interface ClusterStatusProtos.RegionLoadOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 long getCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 float getDataLocality()
          optional float data_locality = 16;
 int getMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 long getReadRequestsCount()
          optional uint64 read_requests_count = 8;
 HBaseProtos.RegionSpecifier getRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
          required .RegionSpecifier region_specifier = 1;
 int getRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 int getStorefileIndexSizeMB()
          optional uint32 storefile_index_size_MB = 7;
 int getStorefiles()
          optional uint32 storefiles = 3;
 int getStorefileSizeMB()
          optional uint32 storefile_size_MB = 5;
 int getStores()
          optional uint32 stores = 2;
 int getStoreUncompressedSizeMB()
          optional uint32 store_uncompressed_size_MB = 4;
 long getTotalCompactingKVs()
          optional uint64 total_compacting_KVs = 10;
 int getTotalStaticBloomSizeKB()
          optional uint32 total_static_bloom_size_KB = 14;
 int getTotalStaticIndexSizeKB()
          optional uint32 total_static_index_size_KB = 13;
 long getWriteRequestsCount()
          optional uint64 write_requests_count = 9;
 boolean hasCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 boolean hasCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 boolean hasDataLocality()
          optional float data_locality = 16;
 boolean hasMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 boolean hasReadRequestsCount()
          optional uint64 read_requests_count = 8;
 boolean hasRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 boolean hasRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 boolean hasStorefileIndexSizeMB()
          optional uint32 storefile_index_size_MB = 7;
 boolean hasStorefiles()
          optional uint32 storefiles = 3;
 boolean hasStorefileSizeMB()
          optional uint32 storefile_size_MB = 5;
 boolean hasStores()
          optional uint32 stores = 2;
 boolean hasStoreUncompressedSizeMB()
          optional uint32 store_uncompressed_size_MB = 4;
 boolean hasTotalCompactingKVs()
          optional uint64 total_compacting_KVs = 10;
 boolean hasTotalStaticBloomSizeKB()
          optional uint32 total_static_bloom_size_KB = 14;
 boolean hasTotalStaticIndexSizeKB()
          optional uint32 total_static_index_size_KB = 13;
 boolean hasWriteRequestsCount()
          optional uint64 write_requests_count = 9;
 
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
 

Method Detail

hasRegionSpecifier

boolean hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


getRegionSpecifier

HBaseProtos.RegionSpecifier getRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


getRegionSpecifierOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 


hasStores

boolean hasStores()
optional uint32 stores = 2;
 the number of stores for the region 
 


getStores

int getStores()
optional uint32 stores = 2;
 the number of stores for the region 
 


hasStorefiles

boolean hasStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 


getStorefiles

int getStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 


hasStoreUncompressedSizeMB

boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 


getStoreUncompressedSizeMB

int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 


hasStorefileSizeMB

boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 


getStorefileSizeMB

int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 


hasMemstoreSizeMB

boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 


getMemstoreSizeMB

int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 


hasStorefileIndexSizeMB

boolean hasStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7;

 The current total size of root-level store file indexes for the region,
 in MB. The same as {@link #rootIndexSizeKB} but in MB.
 


getStorefileIndexSizeMB

int getStorefileIndexSizeMB()
optional uint32 storefile_index_size_MB = 7;

 The current total size of root-level store file indexes for the region,
 in MB. The same as {@link #rootIndexSizeKB} but in MB.
 


hasReadRequestsCount

boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 


getReadRequestsCount

long getReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 


hasWriteRequestsCount

boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 


getWriteRequestsCount

long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 


hasTotalCompactingKVs

boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 


getTotalCompactingKVs

long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 


hasCurrentCompactedKVs

boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 


getCurrentCompactedKVs

long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 


hasRootIndexSizeKB

boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 


getRootIndexSizeKB

int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 


hasTotalStaticIndexSizeKB

boolean hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB. 
 


getTotalStaticIndexSizeKB

int getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB. 
 


hasTotalStaticBloomSizeKB

boolean hasTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14;

 The total size of all Bloom filter blocks, not just loaded into the
 block cache, in KB.
 


getTotalStaticBloomSizeKB

int getTotalStaticBloomSizeKB()
optional uint32 total_static_bloom_size_KB = 14;

 The total size of all Bloom filter blocks, not just loaded into the
 block cache, in KB.
 


hasCompleteSequenceId

boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 


getCompleteSequenceId

long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 


hasDataLocality

boolean hasDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver 
 


getDataLocality

float getDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver 
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.