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