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

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

public static final class ClusterStatusProtos.ServerLoad
extends com.google.protobuf.GeneratedMessage
implements ClusterStatusProtos.ServerLoadOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class ClusterStatusProtos.ServerLoad.Builder
           
 
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 COPROCESSORS_FIELD_NUMBER
           
static int INFO_SERVER_PORT_FIELD_NUMBER
           
static int MAX_HEAP_MB_FIELD_NUMBER
           
static int NUMBER_OF_REQUESTS_FIELD_NUMBER
           
static int REGION_LOADS_FIELD_NUMBER
           
static int REPORT_END_TIME_FIELD_NUMBER
           
static int REPORT_START_TIME_FIELD_NUMBER
           
static int TOTAL_NUMBER_OF_REQUESTS_FIELD_NUMBER
           
static int USED_HEAP_MB_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 HBaseProtos.Coprocessor getCoprocessors(int index)
           
 int getCoprocessorsCount()
           
 List<HBaseProtos.Coprocessor> getCoprocessorsList()
           
 HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
           
 List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
           
static ClusterStatusProtos.ServerLoad getDefaultInstance()
           
 ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getInfoServerPort()
           
 int getMaxHeapMB()
           
 int getNumberOfRequests()
           
 ClusterStatusProtos.RegionLoad getRegionLoads(int index)
           
 int getRegionLoadsCount()
           
 List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
           
 ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
           
 List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
           
 long getReportEndTime()
           
 long getReportStartTime()
           
 int getSerializedSize()
           
 int getTotalNumberOfRequests()
           
 int getUsedHeapMB()
           
 int hashCode()
           
 boolean hasInfoServerPort()
           
 boolean hasMaxHeapMB()
           
 boolean hasNumberOfRequests()
           
 boolean hasReportEndTime()
           
 boolean hasReportStartTime()
           
 boolean hasTotalNumberOfRequests()
           
 boolean hasUsedHeapMB()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterStatusProtos.ServerLoad.Builder newBuilder()
           
static ClusterStatusProtos.ServerLoad.Builder newBuilder(ClusterStatusProtos.ServerLoad prototype)
           
 ClusterStatusProtos.ServerLoad.Builder newBuilderForType()
           
protected  ClusterStatusProtos.ServerLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad parseFrom(byte[] data)
           
static ClusterStatusProtos.ServerLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ServerLoad parseFrom(InputStream input)
           
static ClusterStatusProtos.ServerLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterStatusProtos.ServerLoad.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, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
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
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

NUMBER_OF_REQUESTS_FIELD_NUMBER

public static final int NUMBER_OF_REQUESTS_FIELD_NUMBER
See Also:
Constant Field Values

TOTAL_NUMBER_OF_REQUESTS_FIELD_NUMBER

public static final int TOTAL_NUMBER_OF_REQUESTS_FIELD_NUMBER
See Also:
Constant Field Values

USED_HEAP_MB_FIELD_NUMBER

public static final int USED_HEAP_MB_FIELD_NUMBER
See Also:
Constant Field Values

MAX_HEAP_MB_FIELD_NUMBER

public static final int MAX_HEAP_MB_FIELD_NUMBER
See Also:
Constant Field Values

REGION_LOADS_FIELD_NUMBER

public static final int REGION_LOADS_FIELD_NUMBER
See Also:
Constant Field Values

COPROCESSORS_FIELD_NUMBER

public static final int COPROCESSORS_FIELD_NUMBER
See Also:
Constant Field Values

REPORT_START_TIME_FIELD_NUMBER

public static final int REPORT_START_TIME_FIELD_NUMBER
See Also:
Constant Field Values

REPORT_END_TIME_FIELD_NUMBER

public static final int REPORT_END_TIME_FIELD_NUMBER
See Also:
Constant Field Values

INFO_SERVER_PORT_FIELD_NUMBER

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

getDefaultInstance

public static ClusterStatusProtos.ServerLoad getDefaultInstance()

getDefaultInstanceForType

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

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

hasNumberOfRequests

public boolean hasNumberOfRequests()
Specified by:
hasNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

getNumberOfRequests

public int getNumberOfRequests()
Specified by:
getNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

hasTotalNumberOfRequests

public boolean hasTotalNumberOfRequests()
Specified by:
hasTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

getTotalNumberOfRequests

public int getTotalNumberOfRequests()
Specified by:
getTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

hasUsedHeapMB

public boolean hasUsedHeapMB()
Specified by:
hasUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getUsedHeapMB

public int getUsedHeapMB()
Specified by:
getUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

hasMaxHeapMB

public boolean hasMaxHeapMB()
Specified by:
hasMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getMaxHeapMB

public int getMaxHeapMB()
Specified by:
getMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsList

public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
Specified by:
getRegionLoadsList in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsOrBuilderList

public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
Specified by:
getRegionLoadsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsCount

public int getRegionLoadsCount()
Specified by:
getRegionLoadsCount in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoads

public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
Specified by:
getRegionLoads in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsOrBuilder

public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
Specified by:
getRegionLoadsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsList

public List<HBaseProtos.Coprocessor> getCoprocessorsList()
Specified by:
getCoprocessorsList in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsOrBuilderList

public List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
Specified by:
getCoprocessorsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsCount

public int getCoprocessorsCount()
Specified by:
getCoprocessorsCount in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessors

public HBaseProtos.Coprocessor getCoprocessors(int index)
Specified by:
getCoprocessors in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsOrBuilder

public HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
Specified by:
getCoprocessorsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilder

hasReportStartTime

public boolean hasReportStartTime()
Specified by:
hasReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilder

getReportStartTime

public long getReportStartTime()
Specified by:
getReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilder

hasReportEndTime

public boolean hasReportEndTime()
Specified by:
hasReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilder

getReportEndTime

public long getReportEndTime()
Specified by:
getReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilder

hasInfoServerPort

public boolean hasInfoServerPort()
Specified by:
hasInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilder

getInfoServerPort

public int getInfoServerPort()
Specified by:
getInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilder

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

parseFrom

public static ClusterStatusProtos.ServerLoad 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.ServerLoad parseFrom(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ClusterStatusProtos.ServerLoad.Builder newBuilder()

newBuilderForType

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

newBuilder

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

toBuilder

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

newBuilderForType

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


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