org.apache.hadoop.hbase.protobuf.generated
Interface ClusterStatusProtos.ServerLoadOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClusterStatusProtos.ServerLoad, ClusterStatusProtos.ServerLoad.Builder
- Enclosing class:
- ClusterStatusProtos
public static interface ClusterStatusProtos.ServerLoadOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasNumberOfRequests
boolean hasNumberOfRequests()
optional uint32 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests
int getNumberOfRequests()
optional uint32 number_of_requests = 1;
Number of requests since last report.
hasTotalNumberOfRequests
boolean hasTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests
int getTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
hasUsedHeapMB
boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB
int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
hasMaxHeapMB
boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB
int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getRegionLoadsList
List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads
ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount
int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilderList
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilder
ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getCoprocessorsList
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.
getCoprocessors
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.
getCoprocessorsCount
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.
getCoprocessorsOrBuilderList
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.
getCoprocessorsOrBuilder
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.
hasReportStartTime
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.
getReportStartTime
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.
hasReportEndTime
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.
getReportEndTime
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.
hasInfoServerPort
boolean hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
getInfoServerPort
int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.