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