|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiEnableSentryHaArgs
public class ApiEnableSentryHaArgs
Arguments used for enable Sentry HA command.
Constructor Summary | |
---|---|
ApiEnableSentryHaArgs()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getNewSentryHostId()
Id of host on which new Sentry Server role will be added. |
String |
getNewSentryRoleName()
Name of the new Sentry Server role to be created. |
ApiSimpleRollingRestartClusterArgs |
getRrcArgs()
|
String |
getZkServiceName()
Name of the ZooKeeper service that will be used for Sentry HA. |
int |
hashCode()
|
void |
setNewSentryHostId(String newSentryHostId)
|
void |
setNewSentryRoleName(String newSentryRoleName)
|
void |
setRrcArgs(ApiSimpleRollingRestartClusterArgs rrcArgs)
|
void |
setZkServiceName(String zkServiceName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiEnableSentryHaArgs()
Method Detail |
---|
public String getNewSentryHostId()
public void setNewSentryHostId(String newSentryHostId)
public String getNewSentryRoleName()
public void setNewSentryRoleName(String newSentryRoleName)
public String getZkServiceName()
public void setZkServiceName(String zkServiceName)
public ApiSimpleRollingRestartClusterArgs getRrcArgs()
public void setRrcArgs(ApiSimpleRollingRestartClusterArgs rrcArgs)
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 |