org.apache.hadoop.hbase.protobuf.generated
Class ClusterStatusProtos.RegionLoad

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClusterStatusProtos.RegionLoadOrBuilder
Enclosing class:
ClusterStatusProtos

public static final class ClusterStatusProtos.RegionLoad
extends com.google.protobuf.GeneratedMessage
implements ClusterStatusProtos.RegionLoadOrBuilder

Protobuf type RegionLoad

See Also:
Serialized Form

Nested Class Summary
static class ClusterStatusProtos.RegionLoad.Builder
          Protobuf type RegionLoad
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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>
 
Field Summary
static int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
           
static int CURRENT_COMPACTED_KVS_FIELD_NUMBER
           
static int DATA_LOCALITY_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_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER
           
static int STOREFILE_INDEX_SIZE_MB_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
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 long getCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 long getCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 float getDataLocality()
          optional float data_locality = 16;
static ClusterStatusProtos.RegionLoad getDefaultInstance()
           
 ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> getParserForType()
           
 long getReadRequestsCount()
          optional uint64 read_requests_count = 8;
 HBaseProtos.RegionSpecifier getRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
          required .RegionSpecifier region_specifier = 1;
 int getRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 int getSerializedSize()
           
 int getStorefileIndexSizeMB()
          optional uint32 storefile_index_size_MB = 7;
 int getStorefiles()
          optional uint32 storefiles = 3;
 int getStorefileSizeMB()
          optional uint32 storefile_size_MB = 5;
 int getStores()
          optional uint32 stores = 2;
 int getStoreUncompressedSizeMB()
          optional uint32 store_uncompressed_size_MB = 4;
 long getTotalCompactingKVs()
          optional uint64 total_compacting_KVs = 10;
 int getTotalStaticBloomSizeKB()
          optional uint32 total_static_bloom_size_KB = 14;
 int getTotalStaticIndexSizeKB()
          optional uint32 total_static_index_size_KB = 13;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 long getWriteRequestsCount()
          optional uint64 write_requests_count = 9;
 boolean hasCompleteSequenceId()
          optional uint64 complete_sequence_id = 15;
 boolean hasCurrentCompactedKVs()
          optional uint64 current_compacted_KVs = 11;
 boolean hasDataLocality()
          optional float data_locality = 16;
 int hashCode()
           
 boolean hasMemstoreSizeMB()
          optional uint32 memstore_size_MB = 6;
 boolean hasReadRequestsCount()
          optional uint64 read_requests_count = 8;
 boolean hasRegionSpecifier()
          required .RegionSpecifier region_specifier = 1;
 boolean hasRootIndexSizeKB()
          optional uint32 root_index_size_KB = 12;
 boolean hasStorefileIndexSizeMB()
          optional uint32 storefile_index_size_MB = 7;
 boolean hasStorefiles()
          optional uint32 storefiles = 3;
 boolean hasStorefileSizeMB()
          optional uint32 storefile_size_MB = 5;
 boolean hasStores()
          optional uint32 stores = 2;
 boolean hasStoreUncompressedSizeMB()
          optional uint32 store_uncompressed_size_MB = 4;
 boolean hasTotalCompactingKVs()
          optional uint64 total_compacting_KVs = 10;
 boolean hasTotalStaticBloomSizeKB()
          optional uint32 total_static_bloom_size_KB = 14;
 boolean hasTotalStaticIndexSizeKB()
          optional uint32 total_static_index_size_KB = 13;
 boolean hasWriteRequestsCount()
          optional uint64 write_requests_count = 9;
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)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> PARSER

REGION_SPECIFIER_FIELD_NUMBER

public static final int REGION_SPECIFIER_FIELD_NUMBER
See Also:
Constant Field Values

STORES_FIELD_NUMBER

public static final int STORES_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILES_FIELD_NUMBER

public static final int STOREFILES_FIELD_NUMBER
See Also:
Constant Field Values

STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER

public static final int STORE_UNCOMPRESSED_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILE_SIZE_MB_FIELD_NUMBER

public static final int STOREFILE_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

MEMSTORE_SIZE_MB_FIELD_NUMBER

public static final int MEMSTORE_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER

public static final int STOREFILE_INDEX_SIZE_MB_FIELD_NUMBER
See Also:
Constant Field Values

READ_REQUESTS_COUNT_FIELD_NUMBER

public static final int READ_REQUESTS_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

WRITE_REQUESTS_COUNT_FIELD_NUMBER

public static final int WRITE_REQUESTS_COUNT_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_COMPACTING_KVS_FIELD_NUMBER

public static final int TOTAL_COMPACTING_KVS_FIELD_NUMBER
See Also:
Constant Field Values

CURRENT_COMPACTED_KVS_FIELD_NUMBER

public static final int CURRENT_COMPACTED_KVS_FIELD_NUMBER
See Also:
Constant Field Values

ROOT_INDEX_SIZE_KB_FIELD_NUMBER

public static final int ROOT_INDEX_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER

public static final int TOTAL_STATIC_INDEX_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER

public static final int TOTAL_STATIC_BLOOM_SIZE_KB_FIELD_NUMBER
See Also:
Constant Field Values

COMPLETE_SEQUENCE_ID_FIELD_NUMBER

public static final int COMPLETE_SEQUENCE_ID_FIELD_NUMBER
See Also:
Constant Field Values

DATA_LOCALITY_FIELD_NUMBER

public static final int DATA_LOCALITY_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClusterStatusProtos.RegionLoad getDefaultInstance()

getDefaultInstanceForType

public ClusterStatusProtos.RegionLoad getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<ClusterStatusProtos.RegionLoad> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasRegionSpecifier

public boolean hasRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
hasRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

getRegionSpecifier

public HBaseProtos.RegionSpecifier getRegionSpecifier()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
getRegionSpecifier in interface ClusterStatusProtos.RegionLoadOrBuilder

getRegionSpecifierOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionSpecifierOrBuilder()
required .RegionSpecifier region_specifier = 1;
 the region specifier 
 

Specified by:
getRegionSpecifierOrBuilder in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStores

public boolean hasStores()
optional uint32 stores = 2;
 the number of stores for the region 
 

Specified by:
hasStores in interface ClusterStatusProtos.RegionLoadOrBuilder

getStores

public int getStores()
optional uint32 stores = 2;
 the number of stores for the region 
 

Specified by:
getStores in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefiles

public boolean hasStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 

Specified by:
hasStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefiles

public int getStorefiles()
optional uint32 storefiles = 3;
 the number of storefiles for the region 
 

Specified by:
getStorefiles in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStoreUncompressedSizeMB

public boolean hasStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 

Specified by:
hasStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStoreUncompressedSizeMB

public int getStoreUncompressedSizeMB()
optional uint32 store_uncompressed_size_MB = 4;
 the total size of the store files for the region, uncompressed, in MB 
 

Specified by:
getStoreUncompressedSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefileSizeMB

public boolean hasStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 

Specified by:
hasStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileSizeMB

public int getStorefileSizeMB()
optional uint32 storefile_size_MB = 5;
 the current total size of the store files for the region, in MB 
 

Specified by:
getStorefileSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasMemstoreSizeMB

public boolean hasMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 

Specified by:
hasMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getMemstoreSizeMB

public int getMemstoreSizeMB()
optional uint32 memstore_size_MB = 6;
 the current size of the memstore for the region, in MB 
 

Specified by:
getMemstoreSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasStorefileIndexSizeMB

public 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.
 

Specified by:
hasStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

getStorefileIndexSizeMB

public 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.
 

Specified by:
getStorefileIndexSizeMB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasReadRequestsCount

public boolean hasReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 

Specified by:
hasReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getReadRequestsCount

public long getReadRequestsCount()
optional uint64 read_requests_count = 8;
 the current total read requests made to region 
 

Specified by:
getReadRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

hasWriteRequestsCount

public boolean hasWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 

Specified by:
hasWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

getWriteRequestsCount

public long getWriteRequestsCount()
optional uint64 write_requests_count = 9;
 the current total write requests made to region 
 

Specified by:
getWriteRequestsCount in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalCompactingKVs

public boolean hasTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 

Specified by:
hasTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalCompactingKVs

public long getTotalCompactingKVs()
optional uint64 total_compacting_KVs = 10;
 the total compacting key values in currently running compaction 
 

Specified by:
getTotalCompactingKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

hasCurrentCompactedKVs

public boolean hasCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 

Specified by:
hasCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

getCurrentCompactedKVs

public long getCurrentCompactedKVs()
optional uint64 current_compacted_KVs = 11;
 the completed count of key values in currently running compaction 
 

Specified by:
getCurrentCompactedKVs in interface ClusterStatusProtos.RegionLoadOrBuilder

hasRootIndexSizeKB

public boolean hasRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 

Specified by:
hasRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getRootIndexSizeKB

public int getRootIndexSizeKB()
optional uint32 root_index_size_KB = 12;
 The current total size of root-level indexes for the region, in KB. 
 

Specified by:
getRootIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalStaticIndexSizeKB

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. 
 

Specified by:
hasTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticIndexSizeKB

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. 
 

Specified by:
getTotalStaticIndexSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasTotalStaticBloomSizeKB

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.
 

Specified by:
hasTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

getTotalStaticBloomSizeKB

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.
 

Specified by:
getTotalStaticBloomSizeKB in interface ClusterStatusProtos.RegionLoadOrBuilder

hasCompleteSequenceId

public boolean hasCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 

Specified by:
hasCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

getCompleteSequenceId

public long getCompleteSequenceId()
optional uint64 complete_sequence_id = 15;
 the most recent sequence Id from cache flush 
 

Specified by:
getCompleteSequenceId in interface ClusterStatusProtos.RegionLoadOrBuilder

hasDataLocality

public boolean hasDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver 
 

Specified by:
hasDataLocality in interface ClusterStatusProtos.RegionLoadOrBuilder

getDataLocality

public float getDataLocality()
optional float data_locality = 16;
 The current data locality for region in the regionserver 
 

Specified by:
getDataLocality in interface ClusterStatusProtos.RegionLoadOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(InputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input)
                                                         throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.RegionLoad parseDelimitedFrom(InputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.RegionLoad parseFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

newBuilder

public static ClusterStatusProtos.RegionLoad.Builder newBuilder()

newBuilderForType

public ClusterStatusProtos.RegionLoad.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ClusterStatusProtos.RegionLoad.Builder newBuilder(ClusterStatusProtos.RegionLoad prototype)

toBuilder

public ClusterStatusProtos.RegionLoad.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected ClusterStatusProtos.RegionLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.