public static final class ClusterStatusProtos.ServerLoad extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClusterStatusProtos.ServerLoadOrBuilder
hbase.pb.ServerLoad| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterStatusProtos.ServerLoad.Builder
Protobuf type
hbase.pb.ServerLoad |
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| Modifier and Type | Field and Description |
|---|---|
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 org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> |
PARSER
Deprecated.
|
static int |
REGION_LOADS_FIELD_NUMBER |
static int |
REPLLOADSINK_FIELD_NUMBER |
static int |
REPLLOADSOURCE_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 |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.Coprocessor |
getCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
int |
getCoprocessorsCount()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
List<HBaseProtos.Coprocessor> |
getCoprocessorsList()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
HBaseProtos.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
static ClusterStatusProtos.ServerLoad |
getDefaultInstance() |
ClusterStatusProtos.ServerLoad |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getInfoServerPort()
The port number that this region server is hosing an info server on.
|
int |
getMaxHeapMB()
the maximum allowable size of the heap, in MB.
|
long |
getNumberOfRequests()
Number of requests since last report.
|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> |
getParserForType() |
ClusterStatusProtos.RegionLoad |
getRegionLoads(int index)
Information on the load of individual regions.
|
int |
getRegionLoadsCount()
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad> |
getRegionLoadsList()
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
Information on the load of individual regions.
|
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
Information on the load of individual regions.
|
ClusterStatusProtos.ReplicationLoadSink |
getReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ReplicationLoadSinkOrBuilder |
getReplLoadSinkOrBuilder()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ReplicationLoadSource |
getReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
|
int |
getReplLoadSourceCount()
The replicationLoadSource for the replication Source status of this region server.
|
List<ClusterStatusProtos.ReplicationLoadSource> |
getReplLoadSourceList()
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
|
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
The replicationLoadSource for the replication Source status of this region server.
|
long |
getReportEndTime()
Time when report was generated.
|
long |
getReportStartTime()
Time when incremental (non-total) counts began being calculated (e.g.
|
int |
getSerializedSize() |
long |
getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getUsedHeapMB()
the amount of used heap, in MB.
|
int |
hashCode() |
boolean |
hasInfoServerPort()
The port number that this region server is hosing an info server on.
|
boolean |
hasMaxHeapMB()
the maximum allowable size of the heap, in MB.
|
boolean |
hasNumberOfRequests()
Number of requests since last report.
|
boolean |
hasReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
|
boolean |
hasReportEndTime()
Time when report was generated.
|
boolean |
hasReportStartTime()
Time when incremental (non-total) counts began being calculated (e.g.
|
boolean |
hasTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
boolean |
hasUsedHeapMB()
the amount of used heap, in MB.
|
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.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(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClusterStatusProtos.ServerLoad |
parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.ServerLoad |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ServerLoad |
parseFrom(byte[] data) |
static ClusterStatusProtos.ServerLoad |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ServerLoad |
parseFrom(ByteBuffer data) |
static ClusterStatusProtos.ServerLoad |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ServerLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClusterStatusProtos.ServerLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ServerLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.ServerLoad |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ServerLoad |
parseFrom(InputStream input) |
static ClusterStatusProtos.ServerLoad |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> |
parser() |
ClusterStatusProtos.ServerLoad.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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NUMBER_OF_REQUESTS_FIELD_NUMBER
public static final int TOTAL_NUMBER_OF_REQUESTS_FIELD_NUMBER
public static final int USED_HEAP_MB_FIELD_NUMBER
public static final int MAX_HEAP_MB_FIELD_NUMBER
public static final int REGION_LOADS_FIELD_NUMBER
public static final int COPROCESSORS_FIELD_NUMBER
public static final int REPORT_START_TIME_FIELD_NUMBER
public static final int REPORT_END_TIME_FIELD_NUMBER
public static final int INFO_SERVER_PORT_FIELD_NUMBER
public static final int REPLLOADSOURCE_FIELD_NUMBER
public static final int REPLLOADSINK_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class 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 in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;hasNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;getNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;hasTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;getTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;hasUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;getUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;hasMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;getMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getRegionLoadsCount()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoad getRegionLoads(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoads in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<HBaseProtos.Coprocessor> getCoprocessorsList()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getCoprocessorsCount()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.Coprocessor getCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessors in interface ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasReportStartTime()
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.
optional uint64 report_start_time = 7;hasReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getReportStartTime()
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.
optional uint64 report_start_time = 7;getReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasReportEndTime()
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;hasReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getReportEndTime()
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;getReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;hasInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;getInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getReplLoadSourceCount()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSource in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;hasReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;getReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;getReplLoadSinkOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClusterStatusProtos.ServerLoad parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ServerLoad 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.ServerLoad 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.ServerLoad 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.ServerLoad parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ServerLoad 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.ServerLoad parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClusterStatusProtos.ServerLoad.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClusterStatusProtos.ServerLoad.Builder newBuilder()
public static ClusterStatusProtos.ServerLoad.Builder newBuilder(ClusterStatusProtos.ServerLoad prototype)
public ClusterStatusProtos.ServerLoad.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClusterStatusProtos.ServerLoad.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClusterStatusProtos.ServerLoad getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.