ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.clear() |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.clearInfoPort()
optional uint32 info_port = 3;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.clearMaster()
required .ServerName master = 1;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.clearRpcVersion()
optional uint32 rpc_version = 2;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.clone() |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.mergeFrom(ZooKeeperPB.Master other) |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.mergeMaster(HBasePB.ServerName value)
required .ServerName master = 1;
|
static ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.newBuilder() |
static ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.newBuilder(ZooKeeperPB.Master prototype) |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.newBuilderForType() |
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.setInfoPort(int value)
optional uint32 info_port = 3;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.setMaster(HBasePB.ServerName.Builder builderForValue)
required .ServerName master = 1;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.setMaster(HBasePB.ServerName value)
required .ServerName master = 1;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.Builder.setRpcVersion(int value)
optional uint32 rpc_version = 2;
|
ZooKeeperPB.Master.Builder |
ZooKeeperPB.Master.toBuilder() |