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

Protobuf type ServerLoad

See Also:
Serialized Form

Nested Class Summary
static class ClusterStatusProtos.ServerLoad.Builder
          Protobuf type ServerLoad
 
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 com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> PARSER
           
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)
          repeated .Coprocessor coprocessors = 6;
 int getCoprocessorsCount()
          repeated .Coprocessor coprocessors = 6;
 List<HBaseProtos.Coprocessor> getCoprocessorsList()
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
          repeated .Coprocessor coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
          repeated .Coprocessor coprocessors = 6;
static ClusterStatusProtos.ServerLoad getDefaultInstance()
           
 ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getInfoServerPort()
          optional uint32 info_server_port = 9;
 int getMaxHeapMB()
          optional uint32 max_heap_MB = 4;
 int getNumberOfRequests()
          optional uint32 number_of_requests = 1;
 com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> getParserForType()
           
 ClusterStatusProtos.RegionLoad getRegionLoads(int index)
          repeated .RegionLoad region_loads = 5;
 int getRegionLoadsCount()
          repeated .RegionLoad region_loads = 5;
 List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
          repeated .RegionLoad region_loads = 5;
 ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
          repeated .RegionLoad region_loads = 5;
 List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
          repeated .RegionLoad region_loads = 5;
 long getReportEndTime()
          optional uint64 report_end_time = 8;
 long getReportStartTime()
          optional uint64 report_start_time = 7;
 int getSerializedSize()
           
 int getTotalNumberOfRequests()
          optional uint32 total_number_of_requests = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 int getUsedHeapMB()
          optional uint32 used_heap_MB = 3;
 int hashCode()
           
 boolean hasInfoServerPort()
          optional uint32 info_server_port = 9;
 boolean hasMaxHeapMB()
          optional uint32 max_heap_MB = 4;
 boolean hasNumberOfRequests()
          optional uint32 number_of_requests = 1;
 boolean hasReportEndTime()
          optional uint64 report_end_time = 8;
 boolean hasReportStartTime()
          optional uint64 report_start_time = 7;
 boolean hasTotalNumberOfRequests()
          optional uint32 total_number_of_requests = 2;
 boolean hasUsedHeapMB()
          optional uint32 used_heap_MB = 3;
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, 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.ServerLoad> PARSER

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

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

hasNumberOfRequests

public boolean hasNumberOfRequests()
optional uint32 number_of_requests = 1;
 Number of requests since last report. 
 

Specified by:
hasNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

getNumberOfRequests

public int getNumberOfRequests()
optional uint32 number_of_requests = 1;
 Number of requests since last report. 
 

Specified by:
getNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

hasTotalNumberOfRequests

public boolean hasTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
 Total Number of requests from the start of the region server. 
 

Specified by:
hasTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

getTotalNumberOfRequests

public int getTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
 Total Number of requests from the start of the region server. 
 

Specified by:
getTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilder

hasUsedHeapMB

public boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
 the amount of used heap, in MB. 
 

Specified by:
hasUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getUsedHeapMB

public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
 the amount of used heap, in MB. 
 

Specified by:
getUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

hasMaxHeapMB

public boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
 the maximum allowable size of the heap, in MB. 
 

Specified by:
hasMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getMaxHeapMB

public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
 the maximum allowable size of the heap, in MB. 
 

Specified by:
getMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsList

public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions. 
 

Specified by:
getRegionLoadsList in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsOrBuilderList

public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions. 
 

Specified by:
getRegionLoadsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsCount

public int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions. 
 

Specified by:
getRegionLoadsCount in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoads

public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions. 
 

Specified by:
getRegionLoads in interface ClusterStatusProtos.ServerLoadOrBuilder

getRegionLoadsOrBuilder

public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions. 
 

Specified by:
getRegionLoadsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsList

public List<HBaseProtos.Coprocessor> getCoprocessorsList()
repeated .Coprocessor coprocessors = 6;

 Regionserver-level coprocessors, e.g., WALObserver implementations.
 Region-level coprocessors, on the other hand, are stored inside RegionLoad
 objects.
 

Specified by:
getCoprocessorsList in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsOrBuilderList

public List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
repeated .Coprocessor coprocessors = 6;

 Regionserver-level coprocessors, e.g., WALObserver implementations.
 Region-level coprocessors, on the other hand, are stored inside RegionLoad
 objects.
 

Specified by:
getCoprocessorsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsCount

public int getCoprocessorsCount()
repeated .Coprocessor coprocessors = 6;

 Regionserver-level coprocessors, e.g., WALObserver implementations.
 Region-level coprocessors, on the other hand, are stored inside RegionLoad
 objects.
 

Specified by:
getCoprocessorsCount in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessors

public HBaseProtos.Coprocessor getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6;

 Regionserver-level coprocessors, e.g., WALObserver implementations.
 Region-level coprocessors, on the other hand, are stored inside RegionLoad
 objects.
 

Specified by:
getCoprocessors in interface ClusterStatusProtos.ServerLoadOrBuilder

getCoprocessorsOrBuilder

public HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
repeated .Coprocessor coprocessors = 6;

 Regionserver-level coprocessors, e.g., WALObserver implementations.
 Region-level coprocessors, on the other hand, are stored inside RegionLoad
 objects.
 

Specified by:
getCoprocessorsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilder

hasReportStartTime

public boolean hasReportStartTime()
optional uint64 report_start_time = 7;

 Time when incremental (non-total) counts began being calculated (e.g. number_of_requests)
 time is measured as the difference, measured in milliseconds, between the current time
 and midnight, January 1, 1970 UTC.
 

Specified by:
hasReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilder

getReportStartTime

public long getReportStartTime()
optional uint64 report_start_time = 7;

 Time when incremental (non-total) counts began being calculated (e.g. number_of_requests)
 time is measured as the difference, measured in milliseconds, between the current time
 and midnight, January 1, 1970 UTC.
 

Specified by:
getReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilder

hasReportEndTime

public boolean hasReportEndTime()
optional uint64 report_end_time = 8;

 Time when report was generated.
 time is measured as the difference, measured in milliseconds, between the current time
 and midnight, January 1, 1970 UTC.
 

Specified by:
hasReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilder

getReportEndTime

public long getReportEndTime()
optional uint64 report_end_time = 8;

 Time when report was generated.
 time is measured as the difference, measured in milliseconds, between the current time
 and midnight, January 1, 1970 UTC.
 

Specified by:
getReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilder

hasInfoServerPort

public boolean hasInfoServerPort()
optional uint32 info_server_port = 9;

 The port number that this region server is hosing an info server on.
 

Specified by:
hasInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilder

getInfoServerPort

public int getInfoServerPort()
optional uint32 info_server_port = 9;

 The port number that this region server is hosing an info server on.
 

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.