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.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>
public ZooKeeperPB.MetaRegionServer.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>
public ZooKeeperPB.MetaRegionServer getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.MetaRegionServer,ZooKeeperPB.MetaRegionServer.Builder>
public ZooKeeperPB.MetaRegionServer build()
build
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.MetaRegionServer buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public 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.MessageLiteOrBuilder
public ZooKeeperPB.MetaRegionServer.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.MetaRegionServer.Builder>
IOException
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public 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.MetaRegionServerOrBuilder
public ClusterStatusPB.RegionState.State getState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
getState
in interface ZooKeeperPB.MetaRegionServerOrBuilder
public 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