public static final class ClusterStatusPB.ServerLoad extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.ServerLoadOrBuilder
ServerLoad| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterStatusPB.ServerLoad.Builder
Protobuf type
ServerLoad |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| 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 com.google.protobuf.Parser<ClusterStatusPB.ServerLoad> |
PARSER |
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 |
| Modifier and Type | Method and Description |
|---|---|
HBasePB.Coprocessor |
getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6; |
int |
getCoprocessorsCount()
repeated .Coprocessor coprocessors = 6; |
List<HBasePB.Coprocessor> |
getCoprocessorsList()
repeated .Coprocessor coprocessors = 6; |
HBasePB.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
repeated .Coprocessor coprocessors = 6; |
List<? extends HBasePB.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
repeated .Coprocessor coprocessors = 6; |
static ClusterStatusPB.ServerLoad |
getDefaultInstance() |
ClusterStatusPB.ServerLoad |
getDefaultInstanceForType() |
int |
getInfoServerPort()
optional uint32 info_server_port = 9; |
int |
getMaxHeapMB()
optional uint32 max_heap_MB = 4; |
long |
getNumberOfRequests()
optional uint64 number_of_requests = 1; |
com.google.protobuf.Parser<ClusterStatusPB.ServerLoad> |
getParserForType() |
ClusterStatusPB.RegionLoad |
getRegionLoads(int index)
repeated .RegionLoad region_loads = 5; |
int |
getRegionLoadsCount()
repeated .RegionLoad region_loads = 5; |
List<ClusterStatusPB.RegionLoad> |
getRegionLoadsList()
repeated .RegionLoad region_loads = 5; |
ClusterStatusPB.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5; |
List<? extends ClusterStatusPB.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5; |
ClusterStatusPB.ReplicationLoadSink |
getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11; |
ClusterStatusPB.ReplicationLoadSource |
getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10; |
int |
getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10; |
List<ClusterStatusPB.ReplicationLoadSource> |
getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10; |
ClusterStatusPB.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10; |
List<? extends ClusterStatusPB.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10; |
long |
getReportEndTime()
optional uint64 report_end_time = 8; |
long |
getReportStartTime()
optional uint64 report_start_time = 7; |
int |
getSerializedSize() |
long |
getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2; |
int |
getUsedHeapMB()
optional uint32 used_heap_MB = 3; |
boolean |
hasInfoServerPort()
optional uint32 info_server_port = 9; |
boolean |
hasMaxHeapMB()
optional uint32 max_heap_MB = 4; |
boolean |
hasNumberOfRequests()
optional uint64 number_of_requests = 1; |
boolean |
hasReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11; |
boolean |
hasReportEndTime()
optional uint64 report_end_time = 8; |
boolean |
hasReportStartTime()
optional uint64 report_start_time = 7; |
boolean |
hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2; |
boolean |
hasUsedHeapMB()
optional uint32 used_heap_MB = 3; |
boolean |
isInitialized() |
static ClusterStatusPB.ServerLoad.Builder |
newBuilder() |
static ClusterStatusPB.ServerLoad.Builder |
newBuilder(ClusterStatusPB.ServerLoad prototype) |
ClusterStatusPB.ServerLoad.Builder |
newBuilderForType() |
static ClusterStatusPB.ServerLoad |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.ServerLoad |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ServerLoad |
parseFrom(byte[] data) |
static ClusterStatusPB.ServerLoad |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ServerLoad |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.ServerLoad |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ServerLoad |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.ServerLoad |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ServerLoad |
parseFrom(InputStream input) |
static ClusterStatusPB.ServerLoad |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.ServerLoad.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClusterStatusPB.ServerLoad> PARSER
public 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
public static ClusterStatusPB.ServerLoad getDefaultInstance()
public ClusterStatusPB.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClusterStatusPB.ServerLoad> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic boolean hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
hasTotalNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
hasUsedHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
hasMaxHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic List<ClusterStatusPB.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsList in interface ClusterStatusPB.ServerLoadOrBuilderpublic List<? extends ClusterStatusPB.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<HBasePB.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.
getCoprocessorsList in interface ClusterStatusPB.ServerLoadOrBuilderpublic List<? extends HBasePB.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.
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.
getCoprocessorsCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic HBasePB.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.
getCoprocessors in interface ClusterStatusPB.ServerLoadOrBuilderpublic HBasePB.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.
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.
hasReportStartTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
getReportStartTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
hasReportEndTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
getReportEndTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic boolean hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
hasInfoServerPort in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
getInfoServerPort in interface ClusterStatusPB.ServerLoadOrBuilderpublic List<ClusterStatusPB.ReplicationLoadSource> getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceList in interface ClusterStatusPB.ServerLoadOrBuilderpublic List<? extends ClusterStatusPB.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSource in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public boolean hasReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
hasReplLoadSink in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSink in interface ClusterStatusPB.ServerLoadOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ServerLoad.Builder newBuilder()
public ClusterStatusPB.ServerLoad.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterStatusPB.ServerLoad.Builder newBuilder(ClusterStatusPB.ServerLoad prototype)
public ClusterStatusPB.ServerLoad.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors