public class ApiHdfsFailoverArguments extends Object
Constructor and Description |
---|
ApiHdfsFailoverArguments() |
Modifier and Type | Method and Description |
---|---|
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() |
void |
setActiveFCName(String activeControllerName) |
void |
setNameservice(String nameservice) |
void |
setStandByFCName(String standByControllerName) |
void |
setZooKeeperService(ApiServiceRef zooKeeperService) |
String |
toString() |
public String getNameservice()
public void setNameservice(String nameservice)
public ApiServiceRef getZooKeeperService()
public void setZooKeeperService(ApiServiceRef zooKeeperService)
public String getActiveFCName()
public void setActiveFCName(String activeControllerName)
public String getStandByFCName()
public void setStandByFCName(String standByControllerName)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.