public class ApiRestartClusterArgs extends Object
Constructor and Description |
---|
ApiRestartClusterArgs() |
Modifier and Type | Method and Description |
---|---|
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() |
public Boolean getRestartOnlyStaleServices()
public void setRestartOnlyStaleServices(Boolean restartOnlyStaleServices)
public Boolean getRedeployClientConfiguration()
public void setRedeployClientConfiguration(Boolean redeployClientConfiguration)
public List<String> getRestartServiceNames()
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.