|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiRestartClusterArgs
public class ApiRestartClusterArgs
Arguments used for Cluster Restart command. Since V11: If both restartOnlyStaleServices and restartServiceNames are specified, a service must be specified in restartServiceNames and also be stale, in order to be restarted.
| Constructor Summary | |
|---|---|
ApiRestartClusterArgs()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Boolean |
getRedeployClientConfiguration()
Re-deploy client configuration for all services in the cluster. |
Boolean |
getRestartOnlyStaleServices()
Only restart services that have stale configuration and their dependent services. |
List<String> |
getRestartServiceNames()
Only restart services that are specified and their dependent services. |
int |
hashCode()
|
void |
setRedeployClientConfiguration(Boolean redeployClientConfiguration)
|
void |
setRestartOnlyStaleServices(Boolean restartOnlyStaleServices)
|
void |
setRestartServiceNames(List<String> restartServiceNames)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApiRestartClusterArgs()
| Method Detail |
|---|
public Boolean getRestartOnlyStaleServices()
public void setRestartOnlyStaleServices(Boolean restartOnlyStaleServices)
public Boolean getRedeployClientConfiguration()
public void setRedeployClientConfiguration(Boolean redeployClientConfiguration)
public List<String> getRestartServiceNames()
public void setRestartServiceNames(List<String> restartServiceNames)
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||