public class ApiCdhUpgradeArgs extends Object
Constructor and Description |
---|
ApiCdhUpgradeArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCdhParcelVersion()
If using parcels, the full version of an already distributed parcel for the
next major CDH version.
|
Boolean |
getDeployClientConfig()
Whether to deploy client configurations after the upgrade.
|
Boolean |
getStartAllServices()
Whether to start all services after the upgrade.
|
int |
hashCode() |
void |
setCdhParcelVersion(String cdhParcelVersion) |
void |
setDeployClientConfig(Boolean deployClientConfig) |
void |
setStartAllServices(Boolean startAllServices) |
String |
toString() |
public String getCdhParcelVersion()
public void setCdhParcelVersion(String cdhParcelVersion)
public Boolean getDeployClientConfig()
public void setDeployClientConfig(Boolean deployClientConfig)
public Boolean getStartAllServices()
public void setStartAllServices(Boolean startAllServices)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.