@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHdfsFailoverArguments extends Object
Constructor and Description |
---|
ApiHdfsFailoverArguments() |
Modifier and Type | Method and Description |
---|---|
ApiHdfsFailoverArguments |
activeFCName(String activeFCName) |
boolean |
equals(Object o) |
String |
getActiveFCName()
Name of the failover controller to create for the active NameNode.
|
String |
getNameservice()
Nameservice for which to enable automatic failover.
|
String |
getStandByFCName()
Name of the failover controller to create for the stand-by NameNode.
|
ApiServiceRef |
getZooKeeperService()
The ZooKeeper service to use.
|
int |
hashCode() |
ApiHdfsFailoverArguments |
nameservice(String nameservice) |
void |
setActiveFCName(String activeFCName) |
void |
setNameservice(String nameservice) |
void |
setStandByFCName(String standByFCName) |
void |
setZooKeeperService(ApiServiceRef zooKeeperService) |
ApiHdfsFailoverArguments |
standByFCName(String standByFCName) |
String |
toString() |
ApiHdfsFailoverArguments |
zooKeeperService(ApiServiceRef zooKeeperService) |
public ApiHdfsFailoverArguments nameservice(String nameservice)
public String getNameservice()
public void setNameservice(String nameservice)
public ApiHdfsFailoverArguments zooKeeperService(ApiServiceRef zooKeeperService)
public ApiServiceRef getZooKeeperService()
public void setZooKeeperService(ApiServiceRef zooKeeperService)
public ApiHdfsFailoverArguments activeFCName(String activeFCName)
public String getActiveFCName()
public void setActiveFCName(String activeFCName)
public ApiHdfsFailoverArguments standByFCName(String standByFCName)
public String getStandByFCName()
public void setStandByFCName(String standByFCName)
Copyright © 2019. All rights reserved.