public static interface ZooKeeperProtos.MetaRegionServerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getRpcVersion()
optional uint32 rpc_version = 2; |
HBaseProtos.ServerName |
getServer()
required .ServerName server = 1; |
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
required .ServerName server = 1; |
ClusterStatusProtos.RegionState.State |
getState()
optional .RegionState.State state = 3; |
boolean |
hasRpcVersion()
optional uint32 rpc_version = 2; |
boolean |
hasServer()
required .ServerName server = 1; |
boolean |
hasState()
optional .RegionState.State state = 3; |
boolean hasServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
HBaseProtos.ServerName getServer()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
required .ServerName server = 1;
The ServerName hosting the meta region currently, or destination server, if meta region is in transition.
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.
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.
boolean hasState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
ClusterStatusProtos.RegionState.State getState()
optional .RegionState.State state = 3;
State of the region transition. OPEN means fully operational 'hbase:meta'
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.