public class ApiDisableNnHaArguments extends Object
Constructor and Description |
---|
ApiDisableNnHaArguments() |
Modifier and Type | Method and Description |
---|---|
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() |
public String getActiveNnName()
public void setActiveNnName(String activeNnName)
public String getSnnHostId()
public void setSnnHostId(String snnHostId)
public List<String> getSnnCheckpointDirList()
public String getSnnName()
public void setSnnName(String snnName)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.