public static final class ClusterStatusPB.ServerLoad.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder> implements ClusterStatusPB.ServerLoadOrBuilder
ServerLoad
public ClusterStatusPB.ServerLoad.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>
public ClusterStatusPB.ServerLoad.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>
public ClusterStatusPB.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ClusterStatusPB.ServerLoad,ClusterStatusPB.ServerLoad.Builder>
public ClusterStatusPB.ServerLoad build()
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusPB.ServerLoad buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public 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.MessageLiteOrBuilder
public ClusterStatusPB.ServerLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ClusterStatusPB.ServerLoad.Builder>
IOException
public boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests
in interface ClusterStatusPB.ServerLoadOrBuilder
public long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount
in interface ClusterStatusPB.ServerLoadOrBuilder
public ClusterStatusPB.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceCount
in interface ClusterStatusPB.ServerLoadOrBuilder
public ClusterStatusPB.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSource
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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.ServerLoadOrBuilder
public ClusterStatusPB.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSink
in interface ClusterStatusPB.ServerLoadOrBuilder
public 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