public static interface ZooKeeperPB.MetaRegionServerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getRpcVersion()
The major version of the rpc the server speaks.
|
HBasePB.ServerName |
getServer()
The ServerName hosting the meta region currently.
|
boolean |
hasRpcVersion()
The major version of the rpc the server speaks.
|
boolean |
hasServer()
The ServerName hosting the meta region currently.
|
boolean hasServer()
The ServerName hosting the meta region currently.
required .ServerName server = 1;
HBasePB.ServerName getServer()
The ServerName hosting the meta region currently.
required .ServerName server = 1;
boolean hasRpcVersion()
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.
optional uint32 rpc_version = 2;
int getRpcVersion()
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.
optional uint32 rpc_version = 2;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.