|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiEnableOozieHaArguments
public class ApiEnableOozieHaArguments
Constructor Summary | |
---|---|
ApiEnableOozieHaArguments()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiEnableOozieHaArguments()
Method Detail |
---|
public List<String> getNewOozieServerHostIds()
public void setNewOozieServerHostIds(List<String> newOozieServerHostIds)
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)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |