|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiDisableNnHaArguments
public class ApiDisableNnHaArguments
Arguments used for Disable NameNode High Availability command.
Constructor Summary | |
---|---|
ApiDisableNnHaArguments()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getActiveNnName()
Name of the NamdeNode role that is going to be active after High Availability is disabled. |
List<String> |
getSnnCheckpointDirList()
List of directories used for checkpointing by the new SecondaryNameNode. |
String |
getSnnHostId()
Id of the host where the new SecondaryNameNode will be created. |
String |
getSnnName()
Name of the new SecondaryNameNode role (Optional). |
int |
hashCode()
|
void |
setActiveNnName(String activeNnName)
|
void |
setSnnCheckpointDirList(List<String> snnCheckpointDirList)
|
void |
setSnnHostId(String snnHostId)
|
void |
setSnnName(String snnName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiDisableNnHaArguments()
Method Detail |
---|
public String getActiveNnName()
public void setActiveNnName(String activeNnName)
public String getSnnHostId()
public void setSnnHostId(String snnHostId)
public List<String> getSnnCheckpointDirList()
public void setSnnCheckpointDirList(List<String> snnCheckpointDirList)
public String getSnnName()
public void setSnnName(String snnName)
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 |