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