public static final class ClusterStatusProtos.RegionLoad extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClusterStatusProtos.RegionLoadOrBuilder
hbase.pb.RegionLoad| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClusterStatusProtos.RegionLoad.Builder
Protobuf type
hbase.pb.RegionLoad |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
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 |
MEM_STORE_SIZE_MB_FIELD_NUMBER |
static org.apache.hbase.thirdparty.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()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15; |
long |
getCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11; |
float |
getDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16; |
static ClusterStatusProtos.RegionLoad |
getDefaultInstance() |
ClusterStatusProtos.RegionLoad |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19; |
long |
getLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
int |
getMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
getParserForType() |
long |
getReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8; |
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; |
int |
getRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
|
int |
getSerializedSize() |
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<ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceIdList()
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; |
List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> |
getStoreCompleteSequenceIdOrBuilderList()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18; |
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
optional uint32 storefiles = 3; |
int |
getStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5; |
int |
getStores()
the number of stores for the region
optional uint32 stores = 2; |
int |
getStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4; |
long |
getTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10; |
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.
|
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWriteRequestsCount()
the current total write requests made to region
optional uint64 write_requests_count = 9; |
boolean |
hasCompleteSequenceId()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15; |
boolean |
hasCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11; |
boolean |
hasDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16; |
boolean |
hasFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19; |
int |
hashCode() |
boolean |
hasLastMajorCompactionTs()
optional uint64 last_major_compaction_ts = 17 [default = 0]; |
boolean |
hasMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6; |
boolean |
hasReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8; |
boolean |
hasRegionSpecifier()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1; |
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
optional uint32 storefiles = 3; |
boolean |
hasStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5; |
boolean |
hasStores()
the number of stores for the region
optional uint32 stores = 2; |
boolean |
hasStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4; |
boolean |
hasTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10; |
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
optional uint64 write_requests_count = 9; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.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(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClusterStatusProtos.RegionLoad |
parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(byte[] data) |
static ClusterStatusProtos.RegionLoad |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(ByteBuffer data) |
static ClusterStatusProtos.RegionLoad |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClusterStatusProtos.RegionLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.RegionLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.RegionLoad |
parseFrom(InputStream input) |
static ClusterStatusProtos.RegionLoad |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> |
parser() |
ClusterStatusProtos.RegionLoad.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic 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 MEM_STORE_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
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasRegionSpecifier()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;public HBaseProtos.RegionSpecifier getRegionSpecifier()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;public HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
the region specifier
required .hbase.pb.RegionSpecifier region_specifier = 1;public boolean hasStores()
the number of stores for the region
optional uint32 stores = 2;public int getStores()
the number of stores for the region
optional uint32 stores = 2;public boolean hasStorefiles()
the number of storefiles for the region
optional uint32 storefiles = 3;public int getStorefiles()
the number of storefiles for the region
optional uint32 storefiles = 3;public boolean hasStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4;public int getStoreUncompressedSizeMB()
the total size of the store files for the region, uncompressed, in MB
optional uint32 store_uncompressed_size_MB = 4;public boolean hasStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5;public int getStorefileSizeMB()
the current total size of the store files for the region, in MB
optional uint32 storefile_size_MB = 5;public boolean hasMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6;public int getMemStoreSizeMB()
the current size of the memstore for the region, in MB
optional uint32 mem_store_size_MB = 6;public 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;public 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;public boolean hasReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8;public long getReadRequestsCount()
the current total read requests made to region
optional uint64 read_requests_count = 8;public boolean hasWriteRequestsCount()
the current total write requests made to region
optional uint64 write_requests_count = 9;public long getWriteRequestsCount()
the current total write requests made to region
optional uint64 write_requests_count = 9;public boolean hasTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10;public long getTotalCompactingKVs()
the total compacting key values in currently running compaction
optional uint64 total_compacting_KVs = 10;public boolean hasCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11;public long getCurrentCompactedKVs()
the completed count of key values in currently running compaction
optional uint64 current_compacted_KVs = 11;public boolean hasRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
optional uint32 root_index_size_KB = 12;public int getRootIndexSizeKB()
The current total size of root-level indexes for the region, in KB.
optional uint32 root_index_size_KB = 12;public boolean hasTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
optional uint32 total_static_index_size_KB = 13;public int getTotalStaticIndexSizeKB()
The total size of all index blocks, not just the root level, in KB.
optional uint32 total_static_index_size_KB = 13;public 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;public 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;public boolean hasCompleteSequenceId()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15;public long getCompleteSequenceId()
the most recent sequence Id from cache flush
optional uint64 complete_sequence_id = 15;public boolean hasDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16;public float getDataLocality()
The current data locality for region in the regionserver
optional float data_locality = 16;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()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;public List<? extends ClusterStatusProtos.StoreSequenceIdOrBuilder> getStoreCompleteSequenceIdOrBuilderList()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;public int getStoreCompleteSequenceIdCount()
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;public ClusterStatusProtos.StoreSequenceId getStoreCompleteSequenceId(int index)
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;public ClusterStatusProtos.StoreSequenceIdOrBuilder getStoreCompleteSequenceIdOrBuilder(int index)
the most recent sequence Id of store from cache flush
repeated .hbase.pb.StoreSequenceId store_complete_sequence_id = 18;public boolean hasFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19;public long getFilteredReadRequestsCount()
the current total filtered read requests made to region
optional uint64 filtered_read_requests_count = 19;public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Messageequals 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClusterStatusProtos.RegionLoad parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.RegionLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClusterStatusProtos.RegionLoad.Builder newBuilderForType()
newBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClusterStatusProtos.RegionLoad.Builder newBuilder()
public static ClusterStatusProtos.RegionLoad.Builder newBuilder(ClusterStatusProtos.RegionLoad prototype)
public ClusterStatusProtos.RegionLoad.Builder toBuilder()
toBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClusterStatusProtos.RegionLoad.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClusterStatusProtos.RegionLoad getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> getParserForType()
getParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.