public static final class ClusterStatusProtos.RegionLoad.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder> implements ClusterStatusProtos.RegionLoadOrBuilder
hbase.pb.RegionLoad| 限定符和类型 | 方法和说明 |
|---|---|
ClusterStatusProtos.RegionLoad.Builder |
addAllStoreCompleteSequenceId(Iterable<? extends ClusterStatusProtos.StoreSequenceId> values)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
addStoreCompleteSequenceId(ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
addStoreCompleteSequenceId(ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
addStoreCompleteSequenceId(int index,
ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
addStoreCompleteSequenceId(int index,
ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.StoreSequenceId.Builder |
addStoreCompleteSequenceIdBuilder()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.StoreSequenceId.Builder |
addStoreCompleteSequenceIdBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad |
build() |
ClusterStatusProtos.RegionLoad |
buildPartial() |
ClusterStatusProtos.RegionLoad.Builder |
clear() |
ClusterStatusProtos.RegionLoad.Builder |
clearCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
clearCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
|
ClusterStatusProtos.RegionLoad.Builder |
clearDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
|
ClusterStatusProtos.RegionLoad.Builder |
clearFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
|
ClusterStatusProtos.RegionLoad.Builder |
clearLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
ClusterStatusProtos.RegionLoad.Builder |
clearMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
clearReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
|
ClusterStatusProtos.RegionLoad.Builder |
clearRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
ClusterStatusProtos.RegionLoad.Builder |
clearRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB. |
ClusterStatusProtos.RegionLoad.Builder |
clearStoreCompleteSequenceId()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
clearStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. |
ClusterStatusProtos.RegionLoad.Builder |
clearStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
|
ClusterStatusProtos.RegionLoad.Builder |
clearStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
clearStores()
optional uint32 stores = 2;
the number of stores for the region
|
ClusterStatusProtos.RegionLoad.Builder |
clearStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
clearTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
|
ClusterStatusProtos.RegionLoad.Builder |
clearTotalStaticBloomSizeKB()
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. |
ClusterStatusProtos.RegionLoad.Builder |
clearTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB. |
ClusterStatusProtos.RegionLoad.Builder |
clearWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
|
ClusterStatusProtos.RegionLoad.Builder |
clone() |
long |
getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
|
long |
getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
|
float |
getDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
|
ClusterStatusProtos.RegionLoad |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
|
long |
getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
int |
getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
|
long |
getReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
|
HBaseProtos.RegionSpecifier |
getRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
HBaseProtos.RegionSpecifier.Builder |
getRegionSpecifierBuilder()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
HBaseProtos.RegionSpecifierOrBuilder |
getRegionSpecifierOrBuilder()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
int |
getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB. |
ClusterStatusProtos.StoreSequenceId |
getStoreCompleteSequenceId(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.StoreSequenceId.Builder |
getStoreCompleteSequenceIdBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
List<ClusterStatusProtos.StoreSequenceId.Builder> |
getStoreCompleteSequenceIdBuilderList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
int |
getStoreCompleteSequenceIdCount()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
List<ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceIdList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.StoreSequenceIdOrBuilder |
getStoreCompleteSequenceIdOrBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> |
getStoreCompleteSequenceIdOrBuilderList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
long |
getStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. |
int |
getStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
|
int |
getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
|
int |
getStores()
optional uint32 stores = 2;
the number of stores for the region
|
int |
getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
|
long |
getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
|
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. |
int |
getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB. |
long |
getWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
|
boolean |
hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
|
boolean |
hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
|
boolean |
hasDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
|
boolean |
hasFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
|
boolean |
hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
boolean |
hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
|
boolean |
hasReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
|
boolean |
hasRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
boolean |
hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB. |
boolean |
hasStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. |
boolean |
hasStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
|
boolean |
hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
|
boolean |
hasStores()
optional uint32 stores = 2;
the number of stores 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
|
boolean |
hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
|
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. |
boolean |
hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB. |
boolean |
hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClusterStatusProtos.RegionLoad.Builder |
mergeFrom(ClusterStatusProtos.RegionLoad other) |
ClusterStatusProtos.RegionLoad.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.RegionLoad.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClusterStatusProtos.RegionLoad.Builder |
mergeRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
ClusterStatusProtos.RegionLoad.Builder |
removeStoreCompleteSequenceId(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
setCompleteSequenceId(long value)
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
setCurrentCompactedKVs(long value)
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
|
ClusterStatusProtos.RegionLoad.Builder |
setDataLocality(float value)
optional float data_locality = 16;
The current data locality for region in the regionserver
|
ClusterStatusProtos.RegionLoad.Builder |
setFilteredReadRequestsCount(long value)
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
|
ClusterStatusProtos.RegionLoad.Builder |
setLastMajorCompactionTs(long value)
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
ClusterStatusProtos.RegionLoad.Builder |
setMemstoreSizeMB(int value)
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
setReadRequestsCount(long value)
optional uint64 read_requests_count = 8;
the current total read requests made to region
|
ClusterStatusProtos.RegionLoad.Builder |
setRegionSpecifier(HBaseProtos.RegionSpecifier.Builder builderForValue)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
ClusterStatusProtos.RegionLoad.Builder |
setRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
|
ClusterStatusProtos.RegionLoad.Builder |
setRootIndexSizeKB(int value)
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB. |
ClusterStatusProtos.RegionLoad.Builder |
setStoreCompleteSequenceId(int index,
ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
setStoreCompleteSequenceId(int index,
ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
|
ClusterStatusProtos.RegionLoad.Builder |
setStorefileIndexSizeKB(long value)
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. |
ClusterStatusProtos.RegionLoad.Builder |
setStorefiles(int value)
optional uint32 storefiles = 3;
the number of storefiles for the region
|
ClusterStatusProtos.RegionLoad.Builder |
setStorefileSizeMB(int value)
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
setStores(int value)
optional uint32 stores = 2;
the number of stores for the region
|
ClusterStatusProtos.RegionLoad.Builder |
setStoreUncompressedSizeMB(int value)
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
|
ClusterStatusProtos.RegionLoad.Builder |
setTotalCompactingKVs(long value)
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
|
ClusterStatusProtos.RegionLoad.Builder |
setTotalStaticBloomSizeKB(int value)
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. |
ClusterStatusProtos.RegionLoad.Builder |
setTotalStaticIndexSizeKB(int value)
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB. |
ClusterStatusProtos.RegionLoad.Builder |
setWriteRequestsCount(long value)
optional uint64 write_requests_count = 9;
the current total write requests made to region
|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public ClusterStatusProtos.RegionLoad.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public ClusterStatusProtos.RegionLoad.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClusterStatusProtos.RegionLoad build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.RegionLoad buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public ClusterStatusProtos.RegionLoad.Builder mergeFrom(ClusterStatusProtos.RegionLoad other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>public ClusterStatusProtos.RegionLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.RegionLoad.Builder>IOExceptionpublic boolean hasRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public HBaseProtos.RegionSpecifier getRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public ClusterStatusProtos.RegionLoad.Builder setRegionSpecifier(HBaseProtos.RegionSpecifier.Builder builderForValue)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public ClusterStatusProtos.RegionLoad.Builder mergeRegionSpecifier(HBaseProtos.RegionSpecifier value)
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public ClusterStatusProtos.RegionLoad.Builder clearRegionSpecifier()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public HBaseProtos.RegionSpecifier.Builder getRegionSpecifierBuilder()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
required .hbase.pb.RegionSpecifier region_specifier = 1;
the region specifier
public boolean hasStores()
optional uint32 stores = 2;
the number of stores for the region
public int getStores()
optional uint32 stores = 2;
the number of stores for the region
public ClusterStatusProtos.RegionLoad.Builder setStores(int value)
optional uint32 stores = 2;
the number of stores for the region
public ClusterStatusProtos.RegionLoad.Builder clearStores()
optional uint32 stores = 2;
the number of stores for the region
public boolean hasStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
public int getStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
public ClusterStatusProtos.RegionLoad.Builder setStorefiles(int value)
optional uint32 storefiles = 3;
the number of storefiles for the region
public ClusterStatusProtos.RegionLoad.Builder clearStorefiles()
optional uint32 storefiles = 3;
the number of storefiles for the region
public boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
public int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
public ClusterStatusProtos.RegionLoad.Builder setStoreUncompressedSizeMB(int value)
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
public ClusterStatusProtos.RegionLoad.Builder clearStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
the total size of the store files for the region, uncompressed, in MB
public boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
public int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
public ClusterStatusProtos.RegionLoad.Builder setStorefileSizeMB(int value)
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
public ClusterStatusProtos.RegionLoad.Builder clearStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
the current total size of the store files for the region, in MB
public boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
public int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
public ClusterStatusProtos.RegionLoad.Builder setMemstoreSizeMB(int value)
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
public ClusterStatusProtos.RegionLoad.Builder clearMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
the current size of the memstore for the region, in MB
public boolean hasStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
public long getStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
public ClusterStatusProtos.RegionLoad.Builder setStorefileIndexSizeKB(long value)
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
public ClusterStatusProtos.RegionLoad.Builder clearStorefileIndexSizeKB()
optional uint64 storefile_index_size_KB = 7;
The current total size of root-level store file indexes for the region,
in KB. The same as {@link #rootIndexSizeKB}.
public boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
public long getReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
public ClusterStatusProtos.RegionLoad.Builder setReadRequestsCount(long value)
optional uint64 read_requests_count = 8;
the current total read requests made to region
public ClusterStatusProtos.RegionLoad.Builder clearReadRequestsCount()
optional uint64 read_requests_count = 8;
the current total read requests made to region
public boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
public long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
public ClusterStatusProtos.RegionLoad.Builder setWriteRequestsCount(long value)
optional uint64 write_requests_count = 9;
the current total write requests made to region
public ClusterStatusProtos.RegionLoad.Builder clearWriteRequestsCount()
optional uint64 write_requests_count = 9;
the current total write requests made to region
public boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
public long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
public ClusterStatusProtos.RegionLoad.Builder setTotalCompactingKVs(long value)
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
public ClusterStatusProtos.RegionLoad.Builder clearTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
the total compacting key values in currently running compaction
public boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
public long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
public ClusterStatusProtos.RegionLoad.Builder setCurrentCompactedKVs(long value)
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
public ClusterStatusProtos.RegionLoad.Builder clearCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
the completed count of key values in currently running compaction
public boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
public int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
public ClusterStatusProtos.RegionLoad.Builder setRootIndexSizeKB(int value)
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
public ClusterStatusProtos.RegionLoad.Builder clearRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
The current total size of root-level indexes for the region, in KB.
public boolean hasTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
public int getTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
public ClusterStatusProtos.RegionLoad.Builder setTotalStaticIndexSizeKB(int value)
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
public ClusterStatusProtos.RegionLoad.Builder clearTotalStaticIndexSizeKB()
optional uint32 total_static_index_size_KB = 13;
The total size of all index blocks, not just the root level, in KB.
public 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.
public 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.
public ClusterStatusProtos.RegionLoad.Builder setTotalStaticBloomSizeKB(int value)
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.
public ClusterStatusProtos.RegionLoad.Builder clearTotalStaticBloomSizeKB()
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.
public boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
public long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
public ClusterStatusProtos.RegionLoad.Builder setCompleteSequenceId(long value)
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
public ClusterStatusProtos.RegionLoad.Builder clearCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
the most recent sequence Id from cache flush
public boolean hasDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
public float getDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
public ClusterStatusProtos.RegionLoad.Builder setDataLocality(float value)
optional float data_locality = 16;
The current data locality for region in the regionserver
public ClusterStatusProtos.RegionLoad.Builder clearDataLocality()
optional float data_locality = 16;
The current data locality for region in the regionserver
public boolean hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];public long getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];public ClusterStatusProtos.RegionLoad.Builder setLastMajorCompactionTs(long value)
optional uint64 last_major_compaction_ts = 17 [default = 0];public ClusterStatusProtos.RegionLoad.Builder clearLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];public List<ClusterStatusProtos.StoreSequenceId> getStoreCompleteSequenceIdList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public int getStoreCompleteSequenceIdCount()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.StoreSequenceId getStoreCompleteSequenceId(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder setStoreCompleteSequenceId(int index, ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder setStoreCompleteSequenceId(int index, ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder addStoreCompleteSequenceId(ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder addStoreCompleteSequenceId(int index, ClusterStatusProtos.StoreSequenceId value)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder addStoreCompleteSequenceId(ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder addStoreCompleteSequenceId(int index, ClusterStatusProtos.StoreSequenceId.Builder builderForValue)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder addAllStoreCompleteSequenceId(Iterable<? extends ClusterStatusProtos.StoreSequenceId> values)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder clearStoreCompleteSequenceId()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.RegionLoad.Builder removeStoreCompleteSequenceId(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.StoreSequenceId.Builder getStoreCompleteSequenceIdBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreCompleteSequenceIdOrBuilderList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.StoreSequenceId.Builder addStoreCompleteSequenceIdBuilder()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public ClusterStatusProtos.StoreSequenceId.Builder addStoreCompleteSequenceIdBuilder(int index)
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public List<ClusterStatusProtos.StoreSequenceId.Builder> getStoreCompleteSequenceIdBuilderList()
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;
the most recent sequence Id of store from cache flush
public boolean hasFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
public long getFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
public ClusterStatusProtos.RegionLoad.Builder setFilteredReadRequestsCount(long value)
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
public ClusterStatusProtos.RegionLoad.Builder clearFilteredReadRequestsCount()
optional uint64 filtered_read_requests_count = 19;
the current total filtered read requests made to region
Copyright © 2007–2019. All rights reserved.