| 
 | ||||||||||
| 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 | getLoadBalancerHostname()Hostname of the load balancer used for Oozie HA. | 
|  String | getLoadBalancerHostPort()Deprecated. Since API v19. Instead use setLoadBalancerHostname(java.lang.String),setLoadBalancerPort(java.lang.Long)andsetLoadBalancerSslPort(java.lang.Long). Will be removed in API v30 | 
|  Long | getLoadBalancerPort()HTTP port of the load balancer used for Oozie HA. | 
|  Long | getLoadBalancerSslPort()HTTPS port of the load balancer used for Oozie HA when SSL is enabled. | 
|  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 | setLoadBalancerHostname(String loadBalancerHostname) | 
|  void | setLoadBalancerHostPort(String loadBalancerHostPort)Deprecated. | 
|  void | setLoadBalancerPort(Long loadBalancerPort) | 
|  void | setLoadBalancerSslPort(Long loadBalancerSslPort) | 
|  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 getLoadBalancerHostname()
public void setLoadBalancerHostname(String loadBalancerHostname)
public Long getLoadBalancerPort()
public void setLoadBalancerPort(Long loadBalancerPort)
public Long getLoadBalancerSslPort()
public void setLoadBalancerSslPort(Long loadBalancerSslPort)
@Deprecated public String getLoadBalancerHostPort()
setLoadBalancerHostname(java.lang.String), setLoadBalancerPort(java.lang.Long)
             and setLoadBalancerSslPort(java.lang.Long). Will be removed in API v30
@Deprecated public void setLoadBalancerHostPort(String loadBalancerHostPort)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||