public static final class ClusterStatusProtos.ServerLoad.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder> implements ClusterStatusProtos.ServerLoadOrBuilder
hbase.pb.ServerLoad| 限定符和类型 | 方法和说明 |
|---|---|
ClusterStatusProtos.ServerLoad.Builder |
addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
addAllReplLoadSource(Iterable<? extends ClusterStatusProtos.ReplicationLoadSource> values)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
addCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
HBaseProtos.Coprocessor.Builder |
addCoprocessorsBuilder()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
HBaseProtos.Coprocessor.Builder |
addCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(int index,
ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
addRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.RegionLoad.Builder |
addRegionLoadsBuilder()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.RegionLoad.Builder |
addRegionLoadsBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
addReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ReplicationLoadSource.Builder |
addReplLoadSourceBuilder()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ReplicationLoadSource.Builder |
addReplLoadSourceBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
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()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
clearInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
ClusterStatusProtos.ServerLoad.Builder |
clearMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
ClusterStatusProtos.ServerLoad.Builder |
clearNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report. |
ClusterStatusProtos.ServerLoad.Builder |
clearRegionLoads()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
clearReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
clearReplLoadSource()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
clearReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. |
ClusterStatusProtos.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. |
ClusterStatusProtos.ServerLoad.Builder |
clearTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
ClusterStatusProtos.ServerLoad.Builder |
clearUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
ClusterStatusProtos.ServerLoad.Builder |
clone() |
HBaseProtos.Coprocessor |
getCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
HBaseProtos.Coprocessor.Builder |
getCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
List<HBaseProtos.Coprocessor.Builder> |
getCoprocessorsBuilderList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
int |
getCoprocessorsCount()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
List<HBaseProtos.Coprocessor> |
getCoprocessorsList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
HBaseProtos.CoprocessorOrBuilder |
getCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
int |
getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
long |
getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report. |
ClusterStatusProtos.RegionLoad |
getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.RegionLoad.Builder |
getRegionLoadsBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
List<ClusterStatusProtos.RegionLoad.Builder> |
getRegionLoadsBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
int |
getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
List<ClusterStatusProtos.RegionLoad> |
getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.RegionLoadOrBuilder |
getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
List<? extends ClusterStatusProtos.RegionLoadOrBuilder> |
getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ReplicationLoadSink |
getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ReplicationLoadSink.Builder |
getReplLoadSinkBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ReplicationLoadSinkOrBuilder |
getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ReplicationLoadSource |
getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ReplicationLoadSource.Builder |
getReplLoadSourceBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
List<ClusterStatusProtos.ReplicationLoadSource.Builder> |
getReplLoadSourceBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
int |
getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
List<ClusterStatusProtos.ReplicationLoadSource> |
getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ReplicationLoadSourceOrBuilder |
getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> |
getReplLoadSourceOrBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
long |
getReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. |
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. |
long |
getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
int |
getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
boolean |
hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
boolean |
hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
boolean |
hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report. |
boolean |
hasReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
boolean |
hasReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. |
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. |
boolean |
hasTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
boolean |
hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(ClusterStatusProtos.ServerLoad other) |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ServerLoad.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClusterStatusProtos.ServerLoad.Builder |
mergeReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
removeCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
removeRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
removeReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
setCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
setCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. |
ClusterStatusProtos.ServerLoad.Builder |
setInfoServerPort(int value)
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on. |
ClusterStatusProtos.ServerLoad.Builder |
setMaxHeapMB(int value)
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB. |
ClusterStatusProtos.ServerLoad.Builder |
setNumberOfRequests(long value)
optional uint64 number_of_requests = 1;
Number of requests since last report. |
ClusterStatusProtos.ServerLoad.Builder |
setRegionLoads(int index,
ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
setRegionLoads(int index,
ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions. |
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
setReplLoadSource(int index,
ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server. |
ClusterStatusProtos.ServerLoad.Builder |
setReportEndTime(long value)
optional uint64 report_end_time = 8;
Time when report was generated. |
ClusterStatusProtos.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. |
ClusterStatusProtos.ServerLoad.Builder |
setTotalNumberOfRequests(long value)
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server. |
ClusterStatusProtos.ServerLoad.Builder |
setUsedHeapMB(int value)
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB. |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClusterStatusProtos.ServerLoad build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.ServerLoad buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClusterStatusProtos.ServerLoad.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder mergeFrom(ClusterStatusProtos.ServerLoad other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>public ClusterStatusProtos.ServerLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>IOExceptionpublic boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
public long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
public ClusterStatusProtos.ServerLoad.Builder setNumberOfRequests(long value)
optional uint64 number_of_requests = 1;
Number of requests since last report.
public ClusterStatusProtos.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.
public long getTotalNumberOfRequests()
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public ClusterStatusProtos.ServerLoad.Builder setTotalNumberOfRequests(long value)
optional uint64 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public ClusterStatusProtos.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.
public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public ClusterStatusProtos.ServerLoad.Builder setUsedHeapMB(int value)
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public ClusterStatusProtos.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.
public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public ClusterStatusProtos.ServerLoad.Builder setMaxHeapMB(int value)
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public ClusterStatusProtos.ServerLoad.Builder clearMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public int getRegionLoadsCount()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder clearRegionLoads()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder removeRegionLoads(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder getRegionLoadsBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder(int index)
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<ClusterStatusProtos.RegionLoad.Builder> getRegionLoadsBuilderList()
repeated .hbase.pb.RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<HBaseProtos.Coprocessor> getCoprocessorsList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public int getCoprocessorsCount()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor getCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder clearCoprocessors()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder removeCoprocessors(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor.Builder getCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder()
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public List<HBaseProtos.Coprocessor.Builder> getCoprocessorsBuilderList()
repeated .hbase.pb.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.
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.
public ClusterStatusProtos.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 ClusterStatusProtos.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.
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.
public ClusterStatusProtos.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 ClusterStatusProtos.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.
public int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public ClusterStatusProtos.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 ClusterStatusProtos.ServerLoad.Builder clearInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public List<ClusterStatusProtos.ReplicationLoadSource> getReplLoadSourceList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public int getReplLoadSourceCount()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addAllReplLoadSource(Iterable<? extends ClusterStatusProtos.ReplicationLoadSource> values)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSource()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder removeReplLoadSource(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource.Builder getReplLoadSourceBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder(int index)
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public List<ClusterStatusProtos.ReplicationLoadSource.Builder> getReplLoadSourceBuilderList()
repeated .hbase.pb.ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public boolean hasReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder mergeReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSink()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSink.Builder getReplLoadSinkBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .hbase.pb.ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
Copyright © 2007–2019. All rights reserved.