public static final class ClusterStatusProtos.ServerLoad.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder> implements ClusterStatusProtos.ServerLoadOrBuilder
ServerLoad
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClusterStatusProtos.ServerLoad build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ServerLoad buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ServerLoad.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder mergeFrom(ClusterStatusProtos.ServerLoad other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class 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
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
IOException
public boolean hasNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
public long getNumberOfRequests()
optional uint64 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
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.
hasTotalNumberOfRequests
in interface ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilder
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.
hasUsedHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
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.
hasMaxHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
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 .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder clearRegionLoads()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder removeRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder getRegionLoadsBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilderList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<ClusterStatusProtos.RegionLoad.Builder> getRegionLoadsBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<HBaseProtos.Coprocessor> getCoprocessorsList()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsList
in interface ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilder
public HBaseProtos.Coprocessor getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessors
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.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 ClusterStatusProtos.ServerLoad.Builder addAllCoprocessors(Iterable<? extends HBaseProtos.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 ClusterStatusProtos.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 ClusterStatusProtos.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 HBaseProtos.Coprocessor.Builder getCoprocessorsBuilder(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 HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
public List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilderList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder()
repeated .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 .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 .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 ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilder
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.
hasReportEndTime
in interface ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilder
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.
hasInfoServerPort
in interface ClusterStatusProtos.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 ClusterStatusProtos.ServerLoadOrBuilder
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 .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getReplLoadSourceCount()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceCount
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ReplicationLoadSource getReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSource
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
repeated .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 .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
repeated .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 .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource.Builder builderForValue)
repeated .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 .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 .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSource()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ServerLoad.Builder removeReplLoadSource(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource.Builder getReplLoadSourceBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSourceOrBuilder getReplLoadSourceOrBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
public List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> getReplLoadSourceOrBuilderList()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
getReplLoadSourceOrBuilderList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder()
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public ClusterStatusProtos.ReplicationLoadSource.Builder addReplLoadSourceBuilder(int index)
repeated .ReplicationLoadSource replLoadSource = 10;
The replicationLoadSource for the replication Source status of this region server.
public List<ClusterStatusProtos.ReplicationLoadSource.Builder> getReplLoadSourceBuilderList()
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 ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ReplicationLoadSink getReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSink
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder setReplLoadSink(ClusterStatusProtos.ReplicationLoadSink.Builder builderForValue)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder mergeReplLoadSink(ClusterStatusProtos.ReplicationLoadSink value)
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ServerLoad.Builder clearReplLoadSink()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSink.Builder getReplLoadSinkBuilder()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
public ClusterStatusProtos.ReplicationLoadSinkOrBuilder getReplLoadSinkOrBuilder()
optional .ReplicationLoadSink replLoadSink = 11;
The replicationLoadSink for the replication Sink status of this region server.
getReplLoadSinkOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.