public static interface ClusterStatusProtos.ServerLoadOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
long |
getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
int |
getUsedHeapMB()
the amount of used heap, in MB.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;long getNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;boolean hasTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;long getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;boolean hasUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;int getUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;boolean hasMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;int getMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;ClusterStatusProtos.RegionLoad getRegionLoads(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;int getRegionLoadsCount()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;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;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;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;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;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;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;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;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;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;boolean hasInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;int getInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;int getReplLoadSourceCount()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;boolean hasReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;Copyright © 2007–2019 Cloudera. All rights reserved.