public class ApiEnableOozieHaArguments extends Object
Constructor and Description |
---|
ApiEnableOozieHaArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLoadBalancerHostPort()
Address of the load balancer used for Oozie HA.
|
List<String> |
getNewOozieServerHostIds()
IDs of the hosts on which new Oozie Servers will be added.
|
List<String> |
getNewOozieServerRoleNames()
Names of the new Oozie Servers.
|
String |
getZkServiceName()
Name of the ZooKeeper service that will be used for Oozie HA.
|
int |
hashCode() |
void |
setLoadBalancerHostPort(String loadBalancerHostPort) |
void |
setNewOozieServerHostIds(List<String> newOozieServerHostIds) |
void |
setNewOozieServerRoleNames(List<String> newOozieServerRoleNames) |
void |
setZkServiceName(String zkServiceName) |
String |
toString() |
public List<String> getNewOozieServerHostIds()
public List<String> getNewOozieServerRoleNames()
public void setNewOozieServerRoleNames(List<String> newOozieServerRoleNames)
public String getZkServiceName()
public void setZkServiceName(String zkServiceName)
public String getLoadBalancerHostPort()
public void setLoadBalancerHostPort(String loadBalancerHostPort)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.