public static final class ClusterStatusProtos.ServerLoad extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.ServerLoadOrBuilder
hbase.pb.ServerLoad| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterStatusProtos.ServerLoad.Builder
Protobuf type
hbase.pb.ServerLoad |
| 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 <any> |
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 |
|---|---|
boolean |
equals(java.lang.Object obj) |
HBaseProtos.Coprocessor |
getCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6; |
int |
getCoprocessorsCount()
repeated .hbase.pb.Coprocessor coprocessors = 6; |
java.util.List<HBaseProtos.Coprocessor> |
getCoprocessorsList()
repeated .hbase.pb.Coprocessor coprocessors = 6; |
HBaseProtos.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6; |
java.util.List<? extends HBaseProtos.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
repeated .hbase.pb.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; |
long |
getNumberOfRequests()
optional uint64 number_of_requests = 1; |
<any> |
getParserForType() |
ClusterStatusProtos.RegionLoad |
getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5; |
int |
getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5; |
java.util.List<ClusterStatusProtos.RegionLoad> |
getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5; |
ClusterStatusProtos.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5; |
java.util.List<? extends ClusterStatusProtos.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5; |
ClusterStatusProtos.ReplicationLoadSink |
getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11; |
ClusterStatusProtos.ReplicationLoadSinkOrBuilder |
getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11; |
ClusterStatusProtos.ReplicationLoadSource |
getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10; |
int |
getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10; |
java.util.List<ClusterStatusProtos.ReplicationLoadSource> |
getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10; |
ClusterStatusProtos.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10; |
java.util.List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
repeated .hbase.pb.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; |
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 uint64 number_of_requests = 1; |
boolean |
hasReplLoadSink()
optional .hbase.pb.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; |
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(java.io.InputStream input) |
static ClusterStatusProtos.ServerLoad |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
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(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ServerLoad.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> 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 ClusterStatusProtos.ServerLoad getDefaultInstance()
public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
hasTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
hasUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
hasMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<HBaseProtos.Coprocessor> getCoprocessorsList()
repeated .hbase.pb.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 ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getCoprocessorsCount()
repeated .hbase.pb.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 ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.Coprocessor getCoprocessors(int index)
repeated .hbase.pb.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 ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic 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 ClusterStatusProtos.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 ClusterStatusProtos.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 ClusterStatusProtos.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 ClusterStatusProtos.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 ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic java.util.List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSource in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic boolean hasReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
hasReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSinkOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClusterStatusProtos.ServerLoad.Builder newBuilder()
public ClusterStatusProtos.ServerLoad.Builder newBuilderForType()
public static ClusterStatusProtos.ServerLoad.Builder newBuilder(ClusterStatusProtos.ServerLoad prototype)
public ClusterStatusProtos.ServerLoad.Builder toBuilder()
protected ClusterStatusProtos.ServerLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)