public static interface ClusterStatusProtos.RegionLoadOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCompleteSequenceId()
the most recent sequence Id from cache flush
|
long |
getCurrentCompactedKVs()
the completed count of key values in currently running compaction
|
float |
getDataLocality()
The current data locality for region in the regionserver
|
long |
getFilteredReadRequestsCount()
the current total filtered read requests made to region
|
long |
getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
int |
getMemStoreSizeMB()
the current size of the memstore for the region, in MB
|
long |
getReadRequestsCount()
the current total read requests made to region
|
HBaseProtos.RegionSpecifier |
getRegionSpecifier()
the region specifier
|
HBaseProtos.RegionSpecifierOrBuilder |
getRegionSpecifierOrBuilder()
the region specifier
|
int |
getRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
|
ClusterStatusProtos.StoreSequenceId |
getStoreCompleteSequenceId(int index)
the most recent sequence Id of store from cache flush
|
int |
getStoreCompleteSequenceIdCount()
the most recent sequence Id of store from cache flush
|
List<ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceIdList()
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.StoreSequenceIdOrBuilder |
getStoreCompleteSequenceIdOrBuilder(int index)
the most recent sequence Id of store from cache flush
|
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> |
getStoreCompleteSequenceIdOrBuilderList()
the most recent sequence Id of store from cache flush
|
long |
getStorefileIndexSizeKB()
The current total size of root-level store file indexes for the region,
in KB.
|
int |
getStorefiles()
the number of storefiles for the region
|
int |
getStorefileSizeMB()
the current total size of the store files for the region, in MB
|
int |
getStores()
the number of stores for the region
|
int |
getStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
|
long |
getTotalCompactingKVs()
the total compacting key values in currently running compaction
|
int |
getTotalStaticBloomSizeKB()
The total size of all Bloom filter blocks, not just loaded into the
block cache, in KB.
|
int |
getTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
|
long |
getWriteRequestsCount()
the current total write requests made to region
|
boolean |
hasCompleteSequenceId()
the most recent sequence Id from cache flush
|
boolean |
hasCurrentCompactedKVs()
the completed count of key values in currently running compaction
|
boolean |
hasDataLocality()
The current data locality for region in the regionserver
|
boolean |
hasFilteredReadRequestsCount()
the current total filtered read requests made to region
|
boolean |
hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
boolean |
hasMemStoreSizeMB()
the current size of the memstore for the region, in MB
|
boolean |
hasReadRequestsCount()
the current total read requests made to region
|
boolean |
hasRegionSpecifier()
the region specifier
|
boolean |
hasRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
|
boolean |
hasStorefileIndexSizeKB()
The current total size of root-level store file indexes for the region,
in KB.
|
boolean |
hasStorefiles()
the number of storefiles for the region
|
boolean |
hasStorefileSizeMB()
the current total size of the store files for the region, in MB
|
boolean |
hasStores()
the number of stores for the region
|
boolean |
hasStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
|
boolean |
hasTotalCompactingKVs()
the total compacting key values in currently running compaction
|
boolean |
hasTotalStaticBloomSizeKB()
The total size of all Bloom filter blocks, not just loaded into the
block cache, in KB.
|
boolean |
hasTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
|
boolean |
hasWriteRequestsCount()
the current total write requests made to region
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegionSpecifier()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;HBaseProtos.RegionSpecifier getRegionSpecifier()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;boolean hasStores()
the number of stores for the region
optional uint32 stores = 2;int getStores()
the number of stores for the region
optional uint32 stores = 2;boolean hasStorefiles()
the number of storefiles for the region
optional uint32 storefiles = 3;int getStorefiles()
the number of storefiles for the region
optional uint32 storefiles = 3;boolean hasStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4;int getStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4;boolean hasStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5;int getStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5;boolean hasMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6;int getMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6;boolean hasStorefileIndexSizeKB()
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
optional uint64 storefile_index_size_KB = 7;long getStorefileIndexSizeKB()
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
optional uint64 storefile_index_size_KB = 7;boolean hasReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8;long getReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8;boolean hasWriteRequestsCount()
the current total write requests made to region
optional uint64 write_requests_count = 9;long getWriteRequestsCount()
the current total write requests made to region
optional uint64 write_requests_count = 9;boolean hasTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10;long getTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10;boolean hasCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11;long getCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11;boolean hasRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
optional uint32 root_index_size_KB = 12;int getRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
optional uint32 root_index_size_KB = 12;boolean hasTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
optional uint32 total_static_index_size_KB = 13;int getTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
optional uint32 total_static_index_size_KB = 13;boolean hasTotalStaticBloomSizeKB()
The total size of all Bloom filter blocks, not just loaded into the block cache, in KB.
optional uint32 total_static_bloom_size_KB = 14;int getTotalStaticBloomSizeKB()
The total size of all Bloom filter blocks, not just loaded into the block cache, in KB.
optional uint32 total_static_bloom_size_KB = 14;boolean hasCompleteSequenceId()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15;long getCompleteSequenceId()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15;boolean hasDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16;float getDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16;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()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;ClusterStatusProtos.StoreSequenceId getStoreCompleteSequenceId(int index)
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;int getStoreCompleteSequenceIdCount()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreCompleteSequenceIdOrBuilderList()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;boolean hasFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19;long getFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19;Copyright © 2007–2019 Cloudera. All rights reserved.