public static interface ZooKeeperPB.MasterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.ServerName |
getMaster()
The ServerName of the current Master
|
int |
getRpcVersion()
Major RPC version so that clients can know what version the master can accept.
|
boolean |
hasMaster()
The ServerName of the current Master
|
boolean |
hasRpcVersion()
Major RPC version so that clients can know what version the master can accept.
|
boolean hasMaster()
The ServerName of the current Master
required .ServerName master = 1;
HBasePB.ServerName getMaster()
The ServerName of the current Master
required .ServerName master = 1;
boolean hasRpcVersion()
Major RPC version so that clients can know what version the master can accept.
optional uint32 rpc_version = 2;
int getRpcVersion()
Major RPC version so that clients can know what version the master can accept.
optional uint32 rpc_version = 2;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.