|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHdfsDisableHaArguments
public class ApiHdfsDisableHaArguments
Arguments used for the HDFS disable HA command.
Constructor Summary | |
---|---|
ApiHdfsDisableHaArguments()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getActiveName()
Name of the the NameNode to be kept. |
boolean |
getDeployClientConfigs()
Whether to re-deploy client configurations. |
String |
getSecondaryName()
Name of the SecondaryNamenode to associate with the active NameNode. |
boolean |
getStartDependentServices()
Whether to re-start dependent services. |
int |
hashCode()
|
boolean |
isDisableQuorumStorage()
Whether to disable Quorum-based Storage. |
void |
setActiveName(String activeName)
|
void |
setDeployClientConfigs(boolean deploy)
|
void |
setDisableQuorumStorage(boolean disableQuorumStorage)
|
void |
setSecondaryName(String secondaryName)
|
void |
setStartDependentServices(boolean start)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiHdfsDisableHaArguments()
Method Detail |
---|
public String getActiveName()
public void setActiveName(String activeName)
public String getSecondaryName()
public void setSecondaryName(String secondaryName)
public boolean getStartDependentServices()
public void setStartDependentServices(boolean start)
public boolean getDeployClientConfigs()
public void setDeployClientConfigs(boolean deploy)
public boolean isDisableQuorumStorage()
public void setDisableQuorumStorage(boolean disableQuorumStorage)
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 |