public static interface ZooKeeperPB.MasterOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getInfoPort()
optional uint32 info_port = 3; |
HBasePB.ServerName |
getMaster()
required .ServerName master = 1; |
int |
getRpcVersion()
optional uint32 rpc_version = 2; |
boolean |
hasInfoPort()
optional uint32 info_port = 3; |
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.
boolean hasInfoPort()
optional uint32 info_port = 3;
int getInfoPort()
optional uint32 info_port = 3;
Copyright © 2010-2017, The Async HBase Authors