public static interface ClusterStatusProtos.ServerLoadOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
HBaseProtos.Coprocessor | 
getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6; | 
int | 
getCoprocessorsCount()
repeated .Coprocessor coprocessors = 6; | 
List<HBaseProtos.Coprocessor> | 
getCoprocessorsList()
repeated .Coprocessor coprocessors = 6; | 
HBaseProtos.CoprocessorOrBuilder | 
getCoprocessorsOrBuilder(int index)
repeated .Coprocessor coprocessors = 6; | 
List<? extends HBaseProtos.CoprocessorOrBuilder> | 
getCoprocessorsOrBuilderList()
repeated .Coprocessor coprocessors = 6; | 
int | 
getInfoServerPort()
optional uint32 info_server_port = 9; | 
int | 
getMaxHeapMB()
optional uint32 max_heap_MB = 4; | 
long | 
getNumberOfRequests()
optional uint64 number_of_requests = 1; | 
ClusterStatusProtos.RegionLoad | 
getRegionLoads(int index)
repeated .RegionLoad region_loads = 5; | 
int | 
getRegionLoadsCount()
repeated .RegionLoad region_loads = 5; | 
List<ClusterStatusProtos.RegionLoad> | 
getRegionLoadsList()
repeated .RegionLoad region_loads = 5; | 
ClusterStatusProtos.RegionLoadOrBuilder | 
getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5; | 
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> | 
getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5; | 
ClusterStatusProtos.ReplicationLoadSink | 
getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11; | 
ClusterStatusProtos.ReplicationLoadSinkOrBuilder | 
getReplLoadSinkOrBuilder()
optional .ReplicationLoadSink replLoadSink = 11; | 
ClusterStatusProtos.ReplicationLoadSource | 
getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10; | 
int | 
getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10; | 
List<ClusterStatusProtos.ReplicationLoadSource> | 
getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10; | 
ClusterStatusProtos.ReplicationLoadSourceOrBuilder | 
getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10; | 
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> | 
getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10; | 
long | 
getReportEndTime()
optional uint64 report_end_time = 8; | 
long | 
getReportStartTime()
optional uint64 report_start_time = 7; | 
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 hasNumberOfRequests()
optional uint64 number_of_requests = 1;
 Number of requests since last report.
long getNumberOfRequests()
optional uint64 number_of_requests = 1;
 Number of requests since last report.
boolean hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
 Total Number of requests from the start of the region server.
long getTotalNumberOfRequests()
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.
int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
 the amount of used heap, in MB.
boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
 the maximum allowable size of the heap, in MB.
int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
 the maximum allowable size of the heap, in MB.
List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions.
ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions.
int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions.
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions.
ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
 Information on the load of individual regions.
List<HBaseProtos.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.
HBaseProtos.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.
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.
List<? extends HBaseProtos.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.
HBaseProtos.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.
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.
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.
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.
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.
boolean hasInfoServerPort()
optional uint32 info_server_port = 9;
 The port number that this region server is hosing an info server on.
int getInfoServerPort()
optional uint32 info_server_port = 9;
 The port number that this region server is hosing an info server on.
List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10;
 The replicationLoadSource for the replication Source status of this region server.
ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
 The replicationLoadSource for the replication Source status of this region server.
int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;
 The replicationLoadSource for the replication Source status of this region server.
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10;
 The replicationLoadSource for the replication Source status of this region server.
ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
 The replicationLoadSource for the replication Source status of this region server.
boolean hasReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
 The replicationLoadSink for the replication Sink status of this region server.
ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
 The replicationLoadSink for the replication Sink status of this region server.
ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .ReplicationLoadSink replLoadSink = 11;
 The replicationLoadSink for the replication Sink status of this region server.