public static interface ZooKeeperProtos.MasterOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
int | 
getInfoPort()
optional uint32 info_port = 3; | 
HBaseProtos.ServerName | 
getMaster()
required .ServerName master = 1; | 
HBaseProtos.ServerNameOrBuilder | 
getMasterOrBuilder()
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
HBaseProtos.ServerName getMaster()
required .ServerName master = 1;
 The ServerName of the current Master
HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
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;