public static final class ClusterStatusProtos.ServerLoad extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.ServerLoadOrBuilder
hbase.pb.ServerLoad| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClusterStatusProtos.ServerLoad.Builder
Protobuf type
hbase.pb.ServerLoad |
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>| 限定符和类型 | 字段和说明 |
|---|---|
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 |
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.Coprocessor |
getCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
int |
getCoprocessorsCount()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
List<HBaseProtos.Coprocessor> |
getCoprocessorsList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
HBaseProtos.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
static ClusterStatusProtos.ServerLoad |
getDefaultInstance() |
ClusterStatusProtos.ServerLoad |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
int |
getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
long |
getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report. |
com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> |
getParserForType() |
ClusterStatusProtos.RegionLoad |
getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
int |
getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
List<ClusterStatusProtos.RegionLoad> |
getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ReplicationLoadSink |
getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ReplicationLoadSinkOrBuilder |
getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ReplicationLoadSource |
getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
int |
getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
List<ClusterStatusProtos.ReplicationLoadSource> |
getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
long |
getReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. |
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. |
int |
getSerializedSize() |
long |
getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
int |
hashCode() |
boolean |
hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
boolean |
hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
boolean |
hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report. |
boolean |
hasReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
boolean |
hasReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. |
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. |
boolean |
hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
boolean |
hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClusterStatusProtos.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 ClusterStatusProtos.ServerLoad getDefaultInstance()
public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ClusterStatusProtos.ServerLoad> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
public long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
public boolean hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public int getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public 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.
public 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.
public 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.
public 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.
public 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.
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.
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.
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.
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.
public boolean hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public int getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public boolean hasReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic 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) 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(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ServerLoad.Builder newBuilder()
public ClusterStatusProtos.ServerLoad.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ClusterStatusProtos.ServerLoad.Builder newBuilder(ClusterStatusProtos.ServerLoad prototype)
public ClusterStatusProtos.ServerLoad.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ClusterStatusProtos.ServerLoad.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.