public static final class ClusterStatusProtos.ClusterStatus.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatusProtos.ClusterStatus.Builder> implements ClusterStatusProtos.ClusterStatusOrBuilder
hbase.pb.ClusterStatus| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.ClusterStatus.Builder |
addAllBackupMasters(Iterable<? extends HBaseProtos.ServerName> values)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
addAllDeadServers(Iterable<? extends HBaseProtos.ServerName> values)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
addAllLiveServers(Iterable<? extends ClusterStatusProtos.LiveServerInfo> values)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
addAllMasterCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
addAllRegionsInTransition(Iterable<? extends ClusterStatusProtos.RegionInTransition> values)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
addBackupMasters(HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
addBackupMasters(HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
addBackupMasters(int index,
HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
addBackupMasters(int index,
HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8; |
HBaseProtos.ServerName.Builder |
addBackupMastersBuilder()
repeated .hbase.pb.ServerName backup_masters = 8; |
HBaseProtos.ServerName.Builder |
addBackupMastersBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
addDeadServers(HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
addDeadServers(HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
addDeadServers(int index,
HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
addDeadServers(int index,
HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3; |
HBaseProtos.ServerName.Builder |
addDeadServersBuilder()
repeated .hbase.pb.ServerName dead_servers = 3; |
HBaseProtos.ServerName.Builder |
addDeadServersBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
addLiveServers(ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
addLiveServers(ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
addLiveServers(int index,
ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
addLiveServers(int index,
ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.LiveServerInfo.Builder |
addLiveServersBuilder()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.LiveServerInfo.Builder |
addLiveServersBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
addMasterCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
addMasterCoprocessors(HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
addMasterCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
addMasterCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor.Builder |
addMasterCoprocessorsBuilder()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor.Builder |
addMasterCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
addRegionsInTransition(ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
addRegionsInTransition(ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
addRegionsInTransition(int index,
ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
addRegionsInTransition(int index,
ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.RegionInTransition.Builder |
addRegionsInTransitionBuilder()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.RegionInTransition.Builder |
addRegionsInTransitionBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClusterStatusProtos.ClusterStatus |
build() |
ClusterStatusProtos.ClusterStatus |
buildPartial() |
ClusterStatusProtos.ClusterStatus.Builder |
clear() |
ClusterStatusProtos.ClusterStatus.Builder |
clearBackupMasters()
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
clearBalancerOn()
optional bool balancer_on = 9; |
ClusterStatusProtos.ClusterStatus.Builder |
clearClusterId()
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterStatusProtos.ClusterStatus.Builder |
clearDeadServers()
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClusterStatusProtos.ClusterStatus.Builder |
clearHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.ClusterStatus.Builder |
clearLiveServers()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
clearMaster()
optional .hbase.pb.ServerName master = 7; |
ClusterStatusProtos.ClusterStatus.Builder |
clearMasterCoprocessors()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
clearMasterInfoPort()
optional int32 master_info_port = 10 [default = -1]; |
ClusterStatusProtos.ClusterStatus.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClusterStatusProtos.ClusterStatus.Builder |
clearRegionsInTransition()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
clone() |
HBaseProtos.ServerName |
getBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
HBaseProtos.ServerName.Builder |
getBackupMastersBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
List<HBaseProtos.ServerName.Builder> |
getBackupMastersBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8; |
int |
getBackupMastersCount()
repeated .hbase.pb.ServerName backup_masters = 8; |
List<HBaseProtos.ServerName> |
getBackupMastersList()
repeated .hbase.pb.ServerName backup_masters = 8; |
HBaseProtos.ServerNameOrBuilder |
getBackupMastersOrBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
List<? extends HBaseProtos.ServerNameOrBuilder> |
getBackupMastersOrBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8; |
boolean |
getBalancerOn()
optional bool balancer_on = 9; |
ClusterIdProtos.ClusterId |
getClusterId()
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterIdProtos.ClusterId.Builder |
getClusterIdBuilder()
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterIdProtos.ClusterIdOrBuilder |
getClusterIdOrBuilder()
optional .hbase.pb.ClusterId cluster_id = 5; |
HBaseProtos.ServerName |
getDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
HBaseProtos.ServerName.Builder |
getDeadServersBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
List<HBaseProtos.ServerName.Builder> |
getDeadServersBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3; |
int |
getDeadServersCount()
repeated .hbase.pb.ServerName dead_servers = 3; |
List<HBaseProtos.ServerName> |
getDeadServersList()
repeated .hbase.pb.ServerName dead_servers = 3; |
HBaseProtos.ServerNameOrBuilder |
getDeadServersOrBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
List<? extends HBaseProtos.ServerNameOrBuilder> |
getDeadServersOrBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FSProtos.HBaseVersionFileContent |
getHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
FSProtos.HBaseVersionFileContent.Builder |
getHbaseVersionBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
FSProtos.HBaseVersionFileContentOrBuilder |
getHbaseVersionOrBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.LiveServerInfo |
getLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.LiveServerInfo.Builder |
getLiveServersBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
List<ClusterStatusProtos.LiveServerInfo.Builder> |
getLiveServersBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
int |
getLiveServersCount()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
List<ClusterStatusProtos.LiveServerInfo> |
getLiveServersList()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.LiveServerInfoOrBuilder |
getLiveServersOrBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> |
getLiveServersOrBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
HBaseProtos.ServerName |
getMaster()
optional .hbase.pb.ServerName master = 7; |
HBaseProtos.ServerName.Builder |
getMasterBuilder()
optional .hbase.pb.ServerName master = 7; |
HBaseProtos.Coprocessor |
getMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.Coprocessor.Builder |
getMasterCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
List<HBaseProtos.Coprocessor.Builder> |
getMasterCoprocessorsBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
int |
getMasterCoprocessorsCount()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
getMasterCoprocessorsList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.CoprocessorOrBuilder |
getMasterCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getMasterCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
int |
getMasterInfoPort()
optional int32 master_info_port = 10 [default = -1]; |
HBaseProtos.ServerNameOrBuilder |
getMasterOrBuilder()
optional .hbase.pb.ServerName master = 7; |
ClusterStatusProtos.RegionInTransition |
getRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.RegionInTransition.Builder |
getRegionsInTransitionBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
List<ClusterStatusProtos.RegionInTransition.Builder> |
getRegionsInTransitionBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
int |
getRegionsInTransitionCount()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
List<ClusterStatusProtos.RegionInTransition> |
getRegionsInTransitionList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.RegionInTransitionOrBuilder |
getRegionsInTransitionOrBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> |
getRegionsInTransitionOrBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
boolean |
hasBalancerOn()
optional bool balancer_on = 9; |
boolean |
hasClusterId()
optional .hbase.pb.ClusterId cluster_id = 5; |
boolean |
hasHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
boolean |
hasMaster()
optional .hbase.pb.ServerName master = 7; |
boolean |
hasMasterInfoPort()
optional int32 master_info_port = 10 [default = -1]; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClusterStatusProtos.ClusterStatus.Builder |
mergeClusterId(ClusterIdProtos.ClusterId value)
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterStatusProtos.ClusterStatus.Builder |
mergeFrom(ClusterStatusProtos.ClusterStatus other) |
ClusterStatusProtos.ClusterStatus.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ClusterStatus.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClusterStatusProtos.ClusterStatus.Builder |
mergeHbaseVersion(FSProtos.HBaseVersionFileContent value)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.ClusterStatus.Builder |
mergeMaster(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName master = 7; |
ClusterStatusProtos.ClusterStatus.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClusterStatusProtos.ClusterStatus.Builder |
removeBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
removeDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
removeLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
removeMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
removeRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
setBackupMasters(int index,
HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
setBackupMasters(int index,
HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8; |
ClusterStatusProtos.ClusterStatus.Builder |
setBalancerOn(boolean value)
optional bool balancer_on = 9; |
ClusterStatusProtos.ClusterStatus.Builder |
setClusterId(ClusterIdProtos.ClusterId.Builder builderForValue)
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterStatusProtos.ClusterStatus.Builder |
setClusterId(ClusterIdProtos.ClusterId value)
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterStatusProtos.ClusterStatus.Builder |
setDeadServers(int index,
HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
setDeadServers(int index,
HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3; |
ClusterStatusProtos.ClusterStatus.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClusterStatusProtos.ClusterStatus.Builder |
setHbaseVersion(FSProtos.HBaseVersionFileContent.Builder builderForValue)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.ClusterStatus.Builder |
setHbaseVersion(FSProtos.HBaseVersionFileContent value)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.ClusterStatus.Builder |
setLiveServers(int index,
ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
setLiveServers(int index,
ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.ClusterStatus.Builder |
setMaster(HBaseProtos.ServerName.Builder builderForValue)
optional .hbase.pb.ServerName master = 7; |
ClusterStatusProtos.ClusterStatus.Builder |
setMaster(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName master = 7; |
ClusterStatusProtos.ClusterStatus.Builder |
setMasterCoprocessors(int index,
HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
setMasterCoprocessors(int index,
HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
ClusterStatusProtos.ClusterStatus.Builder |
setMasterInfoPort(int value)
optional int32 master_info_port = 10 [default = -1]; |
ClusterStatusProtos.ClusterStatus.Builder |
setRegionsInTransition(int index,
ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
setRegionsInTransition(int index,
ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.ClusterStatus.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClusterStatusProtos.ClusterStatus.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClusterStatusProtos.ClusterStatus 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.ClusterStatus 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.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.Builder mergeFrom(ClusterStatusProtos.ClusterStatus 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.ClusterStatus.Builder>public ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>IOExceptionpublic boolean hasHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;hasHbaseVersion in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic FSProtos.HBaseVersionFileContent getHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;getHbaseVersion in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setHbaseVersion(FSProtos.HBaseVersionFileContent value)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public ClusterStatusProtos.ClusterStatus.Builder setHbaseVersion(FSProtos.HBaseVersionFileContent.Builder builderForValue)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public ClusterStatusProtos.ClusterStatus.Builder mergeHbaseVersion(FSProtos.HBaseVersionFileContent value)
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public ClusterStatusProtos.ClusterStatus.Builder clearHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public FSProtos.HBaseVersionFileContent.Builder getHbaseVersionBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;getHbaseVersionOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
repeated .hbase.pb.LiveServerInfo live_servers = 2;getLiveServersList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getLiveServersCount()
repeated .hbase.pb.LiveServerInfo live_servers = 2;getLiveServersCount in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;getLiveServers in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setLiveServers(int index, ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder setLiveServers(int index, ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder addLiveServers(ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder addLiveServers(int index, ClusterStatusProtos.LiveServerInfo value)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder addLiveServers(ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder addLiveServers(int index, ClusterStatusProtos.LiveServerInfo.Builder builderForValue)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder addAllLiveServers(Iterable<? extends ClusterStatusProtos.LiveServerInfo> values)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder clearLiveServers()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.ClusterStatus.Builder removeLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.LiveServerInfo.Builder getLiveServersBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;getLiveServersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2;getLiveServersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.LiveServerInfo.Builder addLiveServersBuilder()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.LiveServerInfo.Builder addLiveServersBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public List<ClusterStatusProtos.LiveServerInfo.Builder> getLiveServersBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public List<HBaseProtos.ServerName> getDeadServersList()
repeated .hbase.pb.ServerName dead_servers = 3;getDeadServersList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getDeadServersCount()
repeated .hbase.pb.ServerName dead_servers = 3;getDeadServersCount in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.ServerName getDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3;getDeadServers in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setDeadServers(int index, HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder setDeadServers(int index, HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder addDeadServers(HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder addDeadServers(int index, HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder addDeadServers(HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder addDeadServers(int index, HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder addAllDeadServers(Iterable<? extends HBaseProtos.ServerName> values)
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder clearDeadServers()
repeated .hbase.pb.ServerName dead_servers = 3;public ClusterStatusProtos.ClusterStatus.Builder removeDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3;public HBaseProtos.ServerName.Builder getDeadServersBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3;public HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3;getDeadServersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3;getDeadServersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.ServerName.Builder addDeadServersBuilder()
repeated .hbase.pb.ServerName dead_servers = 3;public HBaseProtos.ServerName.Builder addDeadServersBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3;public List<HBaseProtos.ServerName.Builder> getDeadServersBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3;public List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;getRegionsInTransitionList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getRegionsInTransitionCount()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;getRegionsInTransitionCount in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;getRegionsInTransition in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setRegionsInTransition(int index, ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder setRegionsInTransition(int index, ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder addRegionsInTransition(ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder addRegionsInTransition(int index, ClusterStatusProtos.RegionInTransition value)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder addRegionsInTransition(ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder addRegionsInTransition(int index, ClusterStatusProtos.RegionInTransition.Builder builderForValue)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder addAllRegionsInTransition(Iterable<? extends ClusterStatusProtos.RegionInTransition> values)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder clearRegionsInTransition()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.ClusterStatus.Builder removeRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.RegionInTransition.Builder getRegionsInTransitionBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;getRegionsInTransitionOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;getRegionsInTransitionOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.RegionInTransition.Builder addRegionsInTransitionBuilder()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.RegionInTransition.Builder addRegionsInTransitionBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public List<ClusterStatusProtos.RegionInTransition.Builder> getRegionsInTransitionBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public boolean hasClusterId()
optional .hbase.pb.ClusterId cluster_id = 5;hasClusterId in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterIdProtos.ClusterId getClusterId()
optional .hbase.pb.ClusterId cluster_id = 5;getClusterId in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setClusterId(ClusterIdProtos.ClusterId value)
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterStatusProtos.ClusterStatus.Builder setClusterId(ClusterIdProtos.ClusterId.Builder builderForValue)
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterStatusProtos.ClusterStatus.Builder mergeClusterId(ClusterIdProtos.ClusterId value)
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterStatusProtos.ClusterStatus.Builder clearClusterId()
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterIdProtos.ClusterId.Builder getClusterIdBuilder()
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
optional .hbase.pb.ClusterId cluster_id = 5;getClusterIdOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;getMasterCoprocessorsList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getMasterCoprocessorsCount()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;getMasterCoprocessorsCount in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.Coprocessor getMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;getMasterCoprocessors in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setMasterCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder setMasterCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder addMasterCoprocessors(HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder addMasterCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder addMasterCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder addMasterCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder addAllMasterCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder clearMasterCoprocessors()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public ClusterStatusProtos.ClusterStatus.Builder removeMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public HBaseProtos.Coprocessor.Builder getMasterCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;getMasterCoprocessorsOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;getMasterCoprocessorsOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.Coprocessor.Builder addMasterCoprocessorsBuilder()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public HBaseProtos.Coprocessor.Builder addMasterCoprocessorsBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public List<HBaseProtos.Coprocessor.Builder> getMasterCoprocessorsBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public boolean hasMaster()
optional .hbase.pb.ServerName master = 7;hasMaster in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.ServerName getMaster()
optional .hbase.pb.ServerName master = 7;getMaster in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setMaster(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName master = 7;public ClusterStatusProtos.ClusterStatus.Builder setMaster(HBaseProtos.ServerName.Builder builderForValue)
optional .hbase.pb.ServerName master = 7;public ClusterStatusProtos.ClusterStatus.Builder mergeMaster(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName master = 7;public ClusterStatusProtos.ClusterStatus.Builder clearMaster()
optional .hbase.pb.ServerName master = 7;public HBaseProtos.ServerName.Builder getMasterBuilder()
optional .hbase.pb.ServerName master = 7;public HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
optional .hbase.pb.ServerName master = 7;getMasterOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<HBaseProtos.ServerName> getBackupMastersList()
repeated .hbase.pb.ServerName backup_masters = 8;getBackupMastersList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getBackupMastersCount()
repeated .hbase.pb.ServerName backup_masters = 8;getBackupMastersCount in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.ServerName getBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8;getBackupMasters in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setBackupMasters(int index, HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder setBackupMasters(int index, HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder addBackupMasters(HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder addBackupMasters(int index, HBaseProtos.ServerName value)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder addBackupMasters(HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder addBackupMasters(int index, HBaseProtos.ServerName.Builder builderForValue)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder addAllBackupMasters(Iterable<? extends HBaseProtos.ServerName> values)
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder clearBackupMasters()
repeated .hbase.pb.ServerName backup_masters = 8;public ClusterStatusProtos.ClusterStatus.Builder removeBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8;public HBaseProtos.ServerName.Builder getBackupMastersBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8;public HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8;getBackupMastersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8;getBackupMastersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic HBaseProtos.ServerName.Builder addBackupMastersBuilder()
repeated .hbase.pb.ServerName backup_masters = 8;public HBaseProtos.ServerName.Builder addBackupMastersBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8;public List<HBaseProtos.ServerName.Builder> getBackupMastersBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8;public boolean hasBalancerOn()
optional bool balancer_on = 9;hasBalancerOn in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic boolean getBalancerOn()
optional bool balancer_on = 9;getBalancerOn in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setBalancerOn(boolean value)
optional bool balancer_on = 9;public ClusterStatusProtos.ClusterStatus.Builder clearBalancerOn()
optional bool balancer_on = 9;public boolean hasMasterInfoPort()
optional int32 master_info_port = 10 [default = -1];hasMasterInfoPort in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic int getMasterInfoPort()
optional int32 master_info_port = 10 [default = -1];getMasterInfoPort in interface ClusterStatusProtos.ClusterStatusOrBuilderpublic ClusterStatusProtos.ClusterStatus.Builder setMasterInfoPort(int value)
optional int32 master_info_port = 10 [default = -1];public ClusterStatusProtos.ClusterStatus.Builder clearMasterInfoPort()
optional int32 master_info_port = 10 [default = -1];public final ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>public final ClusterStatusProtos.ClusterStatus.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.ClusterStatus.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.