|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHdfsFailoverArguments
public class ApiHdfsFailoverArguments
Arguments used when enabling HDFS automatic failover.
Constructor Summary | |
---|---|
ApiHdfsFailoverArguments()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiHdfsFailoverArguments()
Method Detail |
---|
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)
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 |