public static final class ClusterStatusPB.ServerLoad.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder> implements ClusterStatusPB.ServerLoadOrBuilder
ServerLoadpublic ClusterStatusPB.ServerLoad.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>public ClusterStatusPB.ServerLoad.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>public ClusterStatusPB.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>public ClusterStatusPB.ServerLoad build()
build in interface com.google.protobuf.MessageLite.Builderpublic ClusterStatusPB.ServerLoad buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClusterStatusPB.ServerLoad.Builder mergeFrom(ClusterStatusPB.ServerLoad other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic ClusterStatusPB.ServerLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.ServerLoad.Builder>IOExceptionpublic boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setNumberOfRequests(long value)
optional uint64 number_of_requests = 1;
Number of requests since last report.
public ClusterStatusPB.ServerLoad.Builder clearNumberOfRequests()
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.
hasTotalNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setTotalNumberOfRequests(long value)
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public ClusterStatusPB.ServerLoad.Builder clearTotalNumberOfRequests()
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.
hasUsedHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setUsedHeapMB(int value)
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public ClusterStatusPB.ServerLoad.Builder clearUsedHeapMB()
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.
hasMaxHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setMaxHeapMB(int value)
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public ClusterStatusPB.ServerLoad.Builder clearMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public List<ClusterStatusPB.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsList in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setRegionLoads(int index, ClusterStatusPB.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder setRegionLoads(int index, ClusterStatusPB.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder addRegionLoads(ClusterStatusPB.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder addRegionLoads(int index, ClusterStatusPB.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder addRegionLoads(ClusterStatusPB.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder addRegionLoads(int index, ClusterStatusPB.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder addAllRegionLoads(Iterable<? extends ClusterStatusPB.RegionLoad> values)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder clearRegionLoads()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusPB.ServerLoad.Builder removeRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<HBasePB.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.
getCoprocessorsList in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
getCoprocessorsCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic HBasePB.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.
getCoprocessors in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setCoprocessors(int index, HBasePB.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder setCoprocessors(int index, HBasePB.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder addCoprocessors(HBasePB.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder addCoprocessors(int index, HBasePB.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder addCoprocessors(HBasePB.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder addCoprocessors(int index, HBasePB.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder addAllCoprocessors(Iterable<? extends HBasePB.Coprocessor> values)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder clearCoprocessors()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusPB.ServerLoad.Builder removeCoprocessors(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.
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.
hasReportStartTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
getReportStartTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setReportStartTime(long value)
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 ClusterStatusPB.ServerLoad.Builder clearReportStartTime()
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.
hasReportEndTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic 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.
getReportEndTime in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setReportEndTime(long value)
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 ClusterStatusPB.ServerLoad.Builder clearReportEndTime()
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.
hasInfoServerPort in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
getInfoServerPort in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setInfoServerPort(int value)
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public ClusterStatusPB.ServerLoad.Builder clearInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public List<ClusterStatusPB.ReplicationLoadSource> getReplLoadSourceList()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceList in interface ClusterStatusPB.ServerLoadOrBuilderpublic int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceCount in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSource in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusPB.ReplicationLoadSource value)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusPB.ReplicationLoadSource.Builder builderForValue)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder addReplLoadSource(ClusterStatusPB.ReplicationLoadSource value)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusPB.ReplicationLoadSource value)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder addReplLoadSource(ClusterStatusPB.ReplicationLoadSource.Builder builderForValue)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusPB.ReplicationLoadSource.Builder builderForValue)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder addAllReplLoadSource(Iterable<? extends ClusterStatusPB.ReplicationLoadSource> values)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder clearReplLoadSource()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusPB.ServerLoad.Builder removeReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public boolean hasReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
hasReplLoadSink in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSink in interface ClusterStatusPB.ServerLoadOrBuilderpublic ClusterStatusPB.ServerLoad.Builder setReplLoadSink(ClusterStatusPB.ReplicationLoadSink value)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusPB.ServerLoad.Builder setReplLoadSink(ClusterStatusPB.ReplicationLoadSink.Builder builderForValue)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusPB.ServerLoad.Builder mergeReplLoadSink(ClusterStatusPB.ReplicationLoadSink value)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusPB.ServerLoad.Builder clearReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
Copyright © 2010-2017, The Async HBase Authors