public static final class ClusterStatusProtos.ServerLoad.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder> implements ClusterStatusProtos.ServerLoadOrBuilder
hbase.pb.ServerLoad| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.ServerLoad.Builder |
addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
addAllReplLoadSource(Iterable<? extends ClusterStatusProtos.ReplicationLoadSource> values)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(int index,
HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
HBaseProtos.Coprocessor.Builder |
addCoprocessorsBuilder()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
HBaseProtos.Coprocessor.Builder |
addCoprocessorsBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(int index,
ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad.Builder |
addRegionLoadsBuilder()
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad.Builder |
addRegionLoadsBuilder(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
addReplLoadSourceBuilder()
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
addReplLoadSourceBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad |
build() |
ClusterStatusProtos.ServerLoad |
buildPartial() |
ClusterStatusProtos.ServerLoad.Builder |
clear() |
ClusterStatusProtos.ServerLoad.Builder |
clearCoprocessors()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClusterStatusProtos.ServerLoad.Builder |
clearInfoServerPort()
The port number that this region server is hosing an info server on.
|
ClusterStatusProtos.ServerLoad.Builder |
clearMaxHeapMB()
the maximum allowable size of the heap, in MB.
|
ClusterStatusProtos.ServerLoad.Builder |
clearNumberOfRequests()
Number of requests since last report.
|
ClusterStatusProtos.ServerLoad.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClusterStatusProtos.ServerLoad.Builder |
clearRegionLoads()
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
clearReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
clearReplLoadSource()
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
clearReportEndTime()
Time when report was generated.
|
ClusterStatusProtos.ServerLoad.Builder |
clearReportStartTime()
Time when incremental (non-total) counts began being calculated (e.g.
|
ClusterStatusProtos.ServerLoad.Builder |
clearTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
ClusterStatusProtos.ServerLoad.Builder |
clearUsedHeapMB()
the amount of used heap, in MB.
|
ClusterStatusProtos.ServerLoad.Builder |
clone() |
HBaseProtos.Coprocessor |
getCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
HBaseProtos.Coprocessor.Builder |
getCoprocessorsBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
List<HBaseProtos.Coprocessor.Builder> |
getCoprocessorsBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
int |
getCoprocessorsCount()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
List<HBaseProtos.Coprocessor> |
getCoprocessorsList()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
HBaseProtos.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getInfoServerPort()
The port number that this region server is hosing an info server on.
|
int |
getMaxHeapMB()
the maximum allowable size of the heap, in MB.
|
long |
getNumberOfRequests()
Number of requests since last report.
|
ClusterStatusProtos.RegionLoad |
getRegionLoads(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoad.Builder |
getRegionLoadsBuilder(int index)
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad.Builder> |
getRegionLoadsBuilderList()
Information on the load of individual regions.
|
int |
getRegionLoadsCount()
Information on the load of individual regions.
|
List<ClusterStatusProtos.RegionLoad> |
getRegionLoadsList()
Information on the load of individual regions.
|
ClusterStatusProtos.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
Information on the load of individual regions.
|
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
Information on the load of individual regions.
|
ClusterStatusProtos.ReplicationLoadSink |
getReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ReplicationLoadSink.Builder |
getReplLoadSinkBuilder()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ReplicationLoadSinkOrBuilder |
getReplLoadSinkOrBuilder()
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ReplicationLoadSource |
getReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ReplicationLoadSource.Builder |
getReplLoadSourceBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
|
List<ClusterStatusProtos.ReplicationLoadSource.Builder> |
getReplLoadSourceBuilderList()
The replicationLoadSource for the replication Source status of this region server.
|
int |
getReplLoadSourceCount()
The replicationLoadSource for the replication Source status of this region server.
|
List<ClusterStatusProtos.ReplicationLoadSource> |
getReplLoadSourceList()
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
|
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
The replicationLoadSource for the replication Source status of this region server.
|
long |
getReportEndTime()
Time when report was generated.
|
long |
getReportStartTime()
Time when incremental (non-total) counts began being calculated (e.g.
|
long |
getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
int |
getUsedHeapMB()
the amount of used heap, in MB.
|
boolean |
hasInfoServerPort()
The port number that this region server is hosing an info server on.
|
boolean |
hasMaxHeapMB()
the maximum allowable size of the heap, in MB.
|
boolean |
hasNumberOfRequests()
Number of requests since last report.
|
boolean |
hasReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
|
boolean |
hasReportEndTime()
Time when report was generated.
|
boolean |
hasReportStartTime()
Time when incremental (non-total) counts began being calculated (e.g.
|
boolean |
hasTotalNumberOfRequests()
Total Number of requests from the start of the region server.
|
boolean |
hasUsedHeapMB()
the amount of used heap, in MB.
|
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(ClusterStatusProtos.ServerLoad other) |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClusterStatusProtos.ServerLoad.Builder |
mergeReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClusterStatusProtos.ServerLoad.Builder |
removeCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
removeRegionLoads(int index)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
removeReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
setCoprocessors(int index,
HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations.
|
ClusterStatusProtos.ServerLoad.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClusterStatusProtos.ServerLoad.Builder |
setInfoServerPort(int value)
The port number that this region server is hosing an info server on.
|
ClusterStatusProtos.ServerLoad.Builder |
setMaxHeapMB(int value)
the maximum allowable size of the heap, in MB.
|
ClusterStatusProtos.ServerLoad.Builder |
setNumberOfRequests(long value)
Number of requests since last report.
|
ClusterStatusProtos.ServerLoad.Builder |
setRegionLoads(int index,
ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
setRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
|
ClusterStatusProtos.ServerLoad.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
The replicationLoadSink for the replication Sink status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setReportEndTime(long value)
Time when report was generated.
|
ClusterStatusProtos.ServerLoad.Builder |
setReportStartTime(long value)
Time when incremental (non-total) counts began being calculated (e.g.
|
ClusterStatusProtos.ServerLoad.Builder |
setTotalNumberOfRequests(long value)
Total Number of requests from the start of the region server.
|
ClusterStatusProtos.ServerLoad.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClusterStatusProtos.ServerLoad.Builder |
setUsedHeapMB(int value)
the amount of used heap, in MB.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClusterStatusProtos.ServerLoad build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.ServerLoad buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.ServerLoad.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder mergeFrom(ClusterStatusProtos.ServerLoad other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>IOExceptionpublic boolean hasNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;hasNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;getNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setNumberOfRequests(long value)
Number of requests since last report.
optional uint64 number_of_requests = 1;public ClusterStatusProtos.ServerLoad.Builder clearNumberOfRequests()
Number of requests since last report.
optional uint64 number_of_requests = 1;public boolean hasTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;hasTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;getTotalNumberOfRequests in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setTotalNumberOfRequests(long value)
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;public ClusterStatusProtos.ServerLoad.Builder clearTotalNumberOfRequests()
Total Number of requests from the start of the region server.
optional uint64 total_number_of_requests = 2;public boolean hasUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;hasUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;getUsedHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setUsedHeapMB(int value)
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;public ClusterStatusProtos.ServerLoad.Builder clearUsedHeapMB()
the amount of used heap, in MB.
optional uint32 used_heap_MB = 3;public boolean hasMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;hasMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;getMaxHeapMB in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setMaxHeapMB(int value)
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;public ClusterStatusProtos.ServerLoad.Builder clearMaxHeapMB()
the maximum allowable size of the heap, in MB.
optional uint32 max_heap_MB = 4;public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getRegionLoadsCount()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoad getRegionLoads(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoads in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder clearRegionLoads()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.ServerLoad.Builder removeRegionLoads(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.RegionLoad.Builder getRegionLoadsBuilder(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;getRegionLoadsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder(int index)
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public List<ClusterStatusProtos.RegionLoad.Builder> getRegionLoadsBuilderList()
Information on the load of individual regions.
repeated .hbase.pb.RegionLoad region_loads = 5;public List<HBaseProtos.Coprocessor> getCoprocessorsList()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getCoprocessorsCount()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.Coprocessor getCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessors in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor value)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder clearCoprocessors()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public ClusterStatusProtos.ServerLoad.Builder removeCoprocessors(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public HBaseProtos.Coprocessor.Builder getCoprocessorsBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;getCoprocessorsOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder(int index)
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public List<HBaseProtos.Coprocessor.Builder> getCoprocessorsBuilderList()
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
repeated .hbase.pb.Coprocessor coprocessors = 6;public boolean hasReportStartTime()
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.
optional uint64 report_start_time = 7;hasReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getReportStartTime()
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.
optional uint64 report_start_time = 7;getReportStartTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setReportStartTime(long value)
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.
optional uint64 report_start_time = 7;public ClusterStatusProtos.ServerLoad.Builder clearReportStartTime()
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.
optional uint64 report_start_time = 7;public boolean hasReportEndTime()
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;hasReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic long getReportEndTime()
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;getReportEndTime in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setReportEndTime(long value)
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;public ClusterStatusProtos.ServerLoad.Builder clearReportEndTime()
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
optional uint64 report_end_time = 8;public boolean hasInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;hasInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;getInfoServerPort in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setInfoServerPort(int value)
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;public ClusterStatusProtos.ServerLoad.Builder clearInfoServerPort()
The port number that this region server is hosing an info server on.
optional uint32 info_server_port = 9;public List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic int getReplLoadSourceCount()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceCount in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSource in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder addAllReplLoadSource(Iterable<? extends ClusterStatusProtos.ReplicationLoadSource> values)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSource()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ServerLoad.Builder removeReplLoadSource(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ReplicationLoadSource.Builder getReplLoadSourceBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;getReplLoadSourceOrBuilderList in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder(int index)
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public List<ClusterStatusProtos.ReplicationLoadSource.Builder> getReplLoadSourceBuilderList()
The replicationLoadSource for the replication Source status of this region server.
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;public boolean hasReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;hasReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;getReplLoadSink in interface ClusterStatusProtos.ServerLoadOrBuilderpublic ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;public ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;public ClusterStatusProtos.ServerLoad.Builder mergeReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSink()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;public ClusterStatusProtos.ReplicationLoadSink.Builder getReplLoadSinkBuilder()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;public ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
The replicationLoadSink for the replication Sink status of this region server.
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;getReplLoadSinkOrBuilder in interface ClusterStatusProtos.ServerLoadOrBuilderpublic final ClusterStatusProtos.ServerLoad.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>public final ClusterStatusProtos.ServerLoad.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ServerLoad.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.