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


Method Summary
 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;
 int getNumberOfRequests()
          optional uint32 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;
 int getTotalNumberOfRequests()
          optional uint32 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 uint32 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 uint32 total_number_of_requests = 2;
 boolean hasUsedHeapMB()
          optional uint32 used_heap_MB = 3;
 
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
 

Method Detail

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.
 


getReplLoadSourceList

List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10;

 The replicationLoadSource for the replication Source status of this region server.
 


getReplLoadSource

ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;

 The replicationLoadSource for the replication Source status of this region server.
 


getReplLoadSourceCount

int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;

 The replicationLoadSource for the replication Source status of this region server.
 


getReplLoadSourceOrBuilderList

List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10;

 The replicationLoadSource for the replication Source status of this region server.
 


getReplLoadSourceOrBuilder

ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;

 The replicationLoadSource for the replication Source status of this region server.
 


hasReplLoadSink

boolean hasReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;

 The replicationLoadSink for the replication Sink status of this region server.
 


getReplLoadSink

ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;

 The replicationLoadSink for the replication Sink status of this region server.
 


getReplLoadSinkOrBuilder

ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .ReplicationLoadSink replLoadSink = 11;

 The replicationLoadSink for the replication Sink status of this region server.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.