public static interface ClusterStatusProtos.RegionLoadOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCompleteSequenceId()
optional uint64 complete_sequence_id = 15; | 
long | 
getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11; | 
float | 
getDataLocality()
optional float data_locality = 16; | 
long | 
getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; | 
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; | 
ClusterStatusProtos.StoreSequenceId | 
getStoreCompleteSequenceId(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18; | 
int | 
getStoreCompleteSequenceIdCount()
repeated .StoreSequenceId store_complete_sequence_id = 18; | 
List<ClusterStatusProtos.StoreSequenceId> | 
getStoreCompleteSequenceIdList()
repeated .StoreSequenceId store_complete_sequence_id = 18; | 
ClusterStatusProtos.StoreSequenceIdOrBuilder | 
getStoreCompleteSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18; | 
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> | 
getStoreCompleteSequenceIdOrBuilderList()
repeated .StoreSequenceId store_complete_sequence_id = 18; | 
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 | 
hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; | 
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; | 
boolean hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier
HBaseProtos.RegionSpecifier getRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier
HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
required .RegionSpecifier region_specifier = 1;
 the region specifier
boolean hasStores()
optional uint32 stores = 2;
 the number of stores for the region
int getStores()
optional uint32 stores = 2;
 the number of stores for the region
boolean hasStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region
int getStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region
boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB
int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB
boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB
int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB
boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB
int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB
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.
 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.
 boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region
long getReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region
boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region
long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region
boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction
long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction
boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction
long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction
boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB.
int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB.
boolean hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB.
int getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
 The total size of all index blocks, not just the root level, in KB.
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.
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.
boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush
long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush
boolean hasDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver
float getDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver
boolean hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];long getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];List<ClusterStatusProtos.StoreSequenceId> getStoreCompleteSequenceIdList()
repeated .StoreSequenceId store_complete_sequence_id = 18;
 the most recent sequence Id of store from cache flush
ClusterStatusProtos.StoreSequenceId getStoreCompleteSequenceId(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18;
 the most recent sequence Id of store from cache flush
int getStoreCompleteSequenceIdCount()
repeated .StoreSequenceId store_complete_sequence_id = 18;
 the most recent sequence Id of store from cache flush
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreCompleteSequenceIdOrBuilderList()
repeated .StoreSequenceId store_complete_sequence_id = 18;
 the most recent sequence Id of store from cache flush
ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
repeated .StoreSequenceId store_complete_sequence_id = 18;
 the most recent sequence Id of store from cache flush