public static final class ZooKeeperPB.MetaRegionServer.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder> implements ZooKeeperPB.MetaRegionServerOrBuilder
MetaRegionServer
Content of the meta-region-server znode.
public ZooKeeperPB.MetaRegionServer.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>public ZooKeeperPB.MetaRegionServer.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>public ZooKeeperPB.MetaRegionServer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>public ZooKeeperPB.MetaRegionServer build()
build in interface com.google.protobuf.MessageLite.Builderpublic ZooKeeperPB.MetaRegionServer buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ZooKeeperPB.MetaRegionServer.Builder mergeFrom(ZooKeeperPB.MetaRegionServer other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic ZooKeeperPB.MetaRegionServer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.MetaRegionServer.Builder>IOExceptionpublic boolean hasServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
hasServer in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic HBasePB.ServerName getServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
getServer in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic ZooKeeperPB.MetaRegionServer.Builder setServer(HBasePB.ServerName value)
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
public ZooKeeperPB.MetaRegionServer.Builder setServer(HBasePB.ServerName.Builder builderForValue)
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
public ZooKeeperPB.MetaRegionServer.Builder mergeServer(HBasePB.ServerName value)
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
public ZooKeeperPB.MetaRegionServer.Builder clearServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
public boolean hasRpcVersion()
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
hasRpcVersion in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic int getRpcVersion()
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
getRpcVersion in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic ZooKeeperPB.MetaRegionServer.Builder setRpcVersion(int value)
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
public ZooKeeperPB.MetaRegionServer.Builder clearRpcVersion()
optional uint32 rpc_version = 2;
The major version of the rpc the server speaks. This is used so that clients connecting to the cluster can have prior knowledge of what version to send to a RegionServer. AsyncHBase will use this to detect versions.
public boolean hasState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
hasState in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic ClusterStatusPB.RegionState.State getState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
getState in interface ZooKeeperPB.MetaRegionServerOrBuilderpublic ZooKeeperPB.MetaRegionServer.Builder setState(ClusterStatusPB.RegionState.State value)
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
public ZooKeeperPB.MetaRegionServer.Builder clearState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
Copyright © 2010-2017, The Async HBase Authors