org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.MultiRegionLoadStats

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.ClientProtos.MultiRegionLoadStats
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientProtos.MultiRegionLoadStatsOrBuilder
Enclosing class:
ClientProtos

public static final class ClientProtos.MultiRegionLoadStats
extends com.google.protobuf.GeneratedMessage
implements ClientProtos.MultiRegionLoadStatsOrBuilder

Protobuf type MultiRegionLoadStats

See Also:
Serialized Form

Nested Class Summary
static class ClientProtos.MultiRegionLoadStats.Builder
          Protobuf type MultiRegionLoadStats
 
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 com.google.protobuf.Parser<ClientProtos.MultiRegionLoadStats> PARSER
           
static int REGION_FIELD_NUMBER
           
static int STAT_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
static ClientProtos.MultiRegionLoadStats getDefaultInstance()
           
 ClientProtos.MultiRegionLoadStats getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Parser<ClientProtos.MultiRegionLoadStats> getParserForType()
           
 HBaseProtos.RegionSpecifier getRegion(int index)
          repeated .RegionSpecifier region = 1;
 int getRegionCount()
          repeated .RegionSpecifier region = 1;
 List<HBaseProtos.RegionSpecifier> getRegionList()
          repeated .RegionSpecifier region = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder(int index)
          repeated .RegionSpecifier region = 1;
 List<? extends HBaseProtos.RegionSpecifierOrBuilder> getRegionOrBuilderList()
          repeated .RegionSpecifier region = 1;
 int getSerializedSize()
           
 ClientProtos.RegionLoadStats getStat(int index)
          repeated .RegionLoadStats stat = 2;
 int getStatCount()
          repeated .RegionLoadStats stat = 2;
 List<ClientProtos.RegionLoadStats> getStatList()
          repeated .RegionLoadStats stat = 2;
 ClientProtos.RegionLoadStatsOrBuilder getStatOrBuilder(int index)
          repeated .RegionLoadStats stat = 2;
 List<? extends ClientProtos.RegionLoadStatsOrBuilder> getStatOrBuilderList()
          repeated .RegionLoadStats stat = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 int hashCode()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClientProtos.MultiRegionLoadStats.Builder newBuilder()
           
static ClientProtos.MultiRegionLoadStats.Builder newBuilder(ClientProtos.MultiRegionLoadStats prototype)
           
 ClientProtos.MultiRegionLoadStats.Builder newBuilderForType()
           
protected  ClientProtos.MultiRegionLoadStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClientProtos.MultiRegionLoadStats parseDelimitedFrom(InputStream input)
           
static ClientProtos.MultiRegionLoadStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MultiRegionLoadStats parseFrom(byte[] data)
           
static ClientProtos.MultiRegionLoadStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MultiRegionLoadStats parseFrom(InputStream input)
           
static ClientProtos.MultiRegionLoadStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.MultiRegionLoadStats.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<ClientProtos.MultiRegionLoadStats> PARSER

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
See Also:
Constant Field Values

STAT_FIELD_NUMBER

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

getDefaultInstance

public static ClientProtos.MultiRegionLoadStats getDefaultInstance()

getDefaultInstanceForType

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

getRegionList

public List<HBaseProtos.RegionSpecifier> getRegionList()
repeated .RegionSpecifier region = 1;

Specified by:
getRegionList in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getRegionOrBuilderList

public List<? extends HBaseProtos.RegionSpecifierOrBuilder> getRegionOrBuilderList()
repeated .RegionSpecifier region = 1;

Specified by:
getRegionOrBuilderList in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getRegionCount

public int getRegionCount()
repeated .RegionSpecifier region = 1;

Specified by:
getRegionCount in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getRegion

public HBaseProtos.RegionSpecifier getRegion(int index)
repeated .RegionSpecifier region = 1;

Specified by:
getRegion in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getRegionOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder(int index)
repeated .RegionSpecifier region = 1;

Specified by:
getRegionOrBuilder in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getStatList

public List<ClientProtos.RegionLoadStats> getStatList()
repeated .RegionLoadStats stat = 2;

Specified by:
getStatList in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getStatOrBuilderList

public List<? extends ClientProtos.RegionLoadStatsOrBuilder> getStatOrBuilderList()
repeated .RegionLoadStats stat = 2;

Specified by:
getStatOrBuilderList in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getStatCount

public int getStatCount()
repeated .RegionLoadStats stat = 2;

Specified by:
getStatCount in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getStat

public ClientProtos.RegionLoadStats getStat(int index)
repeated .RegionLoadStats stat = 2;

Specified by:
getStat in interface ClientProtos.MultiRegionLoadStatsOrBuilder

getStatOrBuilder

public ClientProtos.RegionLoadStatsOrBuilder getStatOrBuilder(int index)
repeated .RegionLoadStats stat = 2;

Specified by:
getStatOrBuilder in interface ClientProtos.MultiRegionLoadStatsOrBuilder

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 ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static ClientProtos.MultiRegionLoadStats parseFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static ClientProtos.MultiRegionLoadStats parseDelimitedFrom(InputStream input)
                                                            throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

public static ClientProtos.MultiRegionLoadStats parseFrom(com.google.protobuf.CodedInputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

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

newBuilder

public static ClientProtos.MultiRegionLoadStats.Builder newBuilder()

newBuilderForType

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

newBuilder

public static ClientProtos.MultiRegionLoadStats.Builder newBuilder(ClientProtos.MultiRegionLoadStats prototype)

toBuilder

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

newBuilderForType

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


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.