|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiEnableLlamaRmArguments
public class ApiEnableLlamaRmArguments
Arguments used for enable Llama RM command.
Constructor Summary | |
---|---|
ApiEnableLlamaRmArguments()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getLlama1HostId()
HostId of the host on which the first Llama role will be created. |
String |
getLlama1RoleName()
Name of the first Llama role to be created (optional). |
String |
getLlama2HostId()
HostId of the host on which the second Llama role will be created. |
String |
getLlama2RoleName()
Name of the second Llama role to be created (optional). |
boolean |
getSkipRestart()
Skip the restart of Yarn, Impala, and their dependent services, and don't deploy client configuration. |
String |
getZkServiceName()
Name of the ZooKeeper service that will be used for auto-failover. |
int |
hashCode()
|
void |
setLlama1HostId(String llama1HostId)
|
void |
setLlama1RoleName(String llama1RoleName)
|
void |
setLlama2HostId(String llama2HostId)
|
void |
setLlama2RoleName(String llama2RoleName)
|
void |
setSkipRestart(boolean skipRestart)
|
void |
setZkServiceName(String zkServiceName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiEnableLlamaRmArguments()
Method Detail |
---|
public String getLlama1HostId()
public void setLlama1HostId(String llama1HostId)
public String getLlama1RoleName()
public void setLlama1RoleName(String llama1RoleName)
public String getLlama2HostId()
public void setLlama2HostId(String llama2HostId)
public String getLlama2RoleName()
public void setLlama2RoleName(String llama2RoleName)
public String getZkServiceName()
public void setZkServiceName(String zkServiceName)
public boolean getSkipRestart()
public void setSkipRestart(boolean skipRestart)
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |