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