public static interface ZooKeeperProtos.MasterOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInfoPort()
optional uint32 info_port = 3; |
HBaseProtos.ServerName |
getMaster()
The ServerName of the current Master
|
HBaseProtos.ServerNameOrBuilder |
getMasterOrBuilder()
The ServerName of the current Master
|
int |
getRpcVersion()
Major RPC version so that clients can know what version the master can accept.
|
boolean |
hasInfoPort()
optional uint32 info_port = 3; |
boolean |
hasMaster()
The ServerName of the current Master
|
boolean |
hasRpcVersion()
Major RPC version so that clients can know what version the master can accept.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaster()
The ServerName of the current Master
required .hbase.pb.ServerName master = 1;HBaseProtos.ServerName getMaster()
The ServerName of the current Master
required .hbase.pb.ServerName master = 1;HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
The ServerName of the current Master
required .hbase.pb.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;boolean hasInfoPort()
optional uint32 info_port = 3;int getInfoPort()
optional uint32 info_port = 3;Copyright © 2007–2019 Cloudera. All rights reserved.