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