public class ApiEnableOozieHaArguments extends Object
Constructor and Description |
---|
ApiEnableOozieHaArguments() |
Modifier and Type | Method and Description |
---|---|
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)
and setLoadBalancerSslPort(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() |
public List<String> getNewOozieServerHostIds()
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.