public static final class ClusterStatusProtos.RegionLoad extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.RegionLoadOrBuilder
hbase.pb.RegionLoad| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClusterStatusProtos.RegionLoad.Builder
Protobuf type
hbase.pb.RegionLoad |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COMPLETE_SEQUENCE_ID_FIELD_NUMBER |
static int |
CURRENT_COMPACTED_KVS_FIELD_NUMBER |
static int |
DATA_LOCALITY_FIELD_NUMBER |
static int |
FILTERED_READ_REQUESTS_COUNT_FIELD_NUMBER |
static int |
LAST_MAJOR_COMPACTION_TS_FIELD_NUMBER |
static int |
MEMSTORE_SIZE_MB_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
PARSER |
static int |
READ_REQUESTS_COUNT_FIELD_NUMBER |
static int |
REGION_SPECIFIER_FIELD_NUMBER |
static int |
ROOT_INDEX_SIZE_KB_FIELD_NUMBER |
static int |
STORE_COMPLETE_SEQUENCE_ID_FIELD_NUMBER |
static int |
STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER |
static int |
STOREFILE_INDEX_SIZE_KB_FIELD_NUMBER |
static int |
STOREFILE_SIZE_MB_FIELD_NUMBER |
static int |
STOREFILES_FIELD_NUMBER |
static int |
STORES_FIELD_NUMBER |
static int |
TOTAL_COMPACTING_KVS_FIELD_NUMBER |
static int |
TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER |
static int |
TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER |
static int |
WRITE_REQUESTS_COUNT_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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
|
static ClusterStatusProtos.RegionLoad |
getDefaultInstance() |
ClusterStatusProtos.RegionLoad |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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
|
com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
getParserForType() |
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.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. |
int |
getSerializedSize() |
ClusterStatusProtos.StoreSequenceId |
getStoreCompleteSequenceId(int index)
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. |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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
|
int |
hashCode() |
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() |
static ClusterStatusProtos.RegionLoad.Builder |
newBuilder() |
static ClusterStatusProtos.RegionLoad.Builder |
newBuilder(ClusterStatusProtos.RegionLoad prototype) |
ClusterStatusProtos.RegionLoad.Builder |
newBuilderForType() |
protected ClusterStatusProtos.RegionLoad.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClusterStatusProtos.RegionLoad |
parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(byte[] data) |
static ClusterStatusProtos.RegionLoad |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusProtos.RegionLoad |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.RegionLoad |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.RegionLoad.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> PARSER
public static final int REGION_SPECIFIER_FIELD_NUMBER
public static final int STORES_FIELD_NUMBER
public static final int STOREFILES_FIELD_NUMBER
public static final int STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER
public static final int STOREFILE_SIZE_MB_FIELD_NUMBER
public static final int MEMSTORE_SIZE_MB_FIELD_NUMBER
public static final int STOREFILE_INDEX_SIZE_KB_FIELD_NUMBER
public static final int READ_REQUESTS_COUNT_FIELD_NUMBER
public static final int WRITE_REQUESTS_COUNT_FIELD_NUMBER
public static final int TOTAL_COMPACTING_KVS_FIELD_NUMBER
public static final int CURRENT_COMPACTED_KVS_FIELD_NUMBER
public static final int ROOT_INDEX_SIZE_KB_FIELD_NUMBER
public static final int TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER
public static final int TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER
public static final int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
public static final int DATA_LOCALITY_FIELD_NUMBER
public static final int LAST_MAJOR_COMPACTION_TS_FIELD_NUMBER
public static final int STORE_COMPLETE_SEQUENCE_ID_FIELD_NUMBER
public static final int FILTERED_READ_REQUESTS_COUNT_FIELD_NUMBER
public static ClusterStatusProtos.RegionLoad getDefaultInstance()
public ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 boolean hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0];public long getLastMajorCompactionTs()
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 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 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.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
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 final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad.Builder newBuilder()
public ClusterStatusProtos.RegionLoad.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ClusterStatusProtos.RegionLoad.Builder newBuilder(ClusterStatusProtos.RegionLoad prototype)
public ClusterStatusProtos.RegionLoad.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ClusterStatusProtos.RegionLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.