Package com.cloudera.cdp.dw.model
Class AutoscalingOptionsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.AutoscalingOptionsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class AutoscalingOptionsResponse
extends CdpResponse
Auto-scaling configuration for a Virtual Warehouse.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for autoSuspendTimeoutSeconds.Getter for disableAutoSuspend.Deprecated.Getter for hiveDesiredFreeCapacity.Getter for hiveScaleWaitTimeSeconds.Deprecated.Deprecated.Getter for impalaExecutorGroupSets.Deprecated.Deprecated.Getter for impalaScaleDownDelaySeconds.Getter for impalaScaleUpDelaySeconds.Deprecated.Getter for maxClusters.Getter for minClusters.inthashCode()voidsetAutoSuspendTimeoutSeconds(Integer autoSuspendTimeoutSeconds) Setter for autoSuspendTimeoutSeconds.voidsetDisableAutoSuspend(Boolean disableAutoSuspend) Setter for disableAutoSuspend.voidsetEnableUnifiedAnalytics(Boolean enableUnifiedAnalytics) Deprecated.voidsetHiveDesiredFreeCapacity(Integer hiveDesiredFreeCapacity) Setter for hiveDesiredFreeCapacity.voidsetHiveScaleWaitTimeSeconds(Integer hiveScaleWaitTimeSeconds) Setter for hiveScaleWaitTimeSeconds.voidsetImpalaEnableCatalogHighAvailability(Boolean impalaEnableCatalogHighAvailability) Deprecated.voidsetImpalaEnableShutdownOfCoordinator(Boolean impalaEnableShutdownOfCoordinator) Deprecated.voidsetImpalaExecutorGroupSets(ImpalaExecutorGroupSetsResponse impalaExecutorGroupSets) Setter for impalaExecutorGroupSets.voidsetImpalaHighAvailabilityMode(String impalaHighAvailabilityMode) Deprecated.voidsetImpalaNumOfActiveCoordinators(Integer impalaNumOfActiveCoordinators) Deprecated.voidsetImpalaScaleDownDelaySeconds(Integer impalaScaleDownDelaySeconds) Setter for impalaScaleDownDelaySeconds.voidsetImpalaScaleUpDelaySeconds(Integer impalaScaleUpDelaySeconds) Setter for impalaScaleUpDelaySeconds.voidsetImpalaShutdownOfCoordinatorDelaySeconds(Integer impalaShutdownOfCoordinatorDelaySeconds) Deprecated.voidsetMaxClusters(Integer maxClusters) Setter for maxClusters.voidsetMinClusters(Integer minClusters) Setter for minClusters.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
AutoscalingOptionsResponse
public AutoscalingOptionsResponse()
-
-
Method Details
-
getMinClusters
Getter for minClusters. Minimum number of available Executor Groups. -
setMinClusters
Setter for minClusters. Minimum number of available Executor Groups. -
getMaxClusters
Getter for maxClusters. Maximum number of available Executor Groups. -
setMaxClusters
Setter for maxClusters. Maximum number of available Executor Groups. -
getDisableAutoSuspend
Getter for disableAutoSuspend. Turn off auto suspend for Virtual Warehouse. -
setDisableAutoSuspend
Setter for disableAutoSuspend. Turn off auto suspend for Virtual Warehouse. -
getAutoSuspendTimeoutSeconds
Getter for autoSuspendTimeoutSeconds. Auto suspend threshold for Virtual Warehouse. -
setAutoSuspendTimeoutSeconds
Setter for autoSuspendTimeoutSeconds. Auto suspend threshold for Virtual Warehouse. -
getEnableUnifiedAnalytics
Deprecated.Getter for enableUnifiedAnalytics. DEPRECATED: in favor of the top level enableUnifiedAnalytics flag. Whether the Unified Analytics is enabled. FENG support will be removed in subsequent releases. -
setEnableUnifiedAnalytics
Deprecated.Setter for enableUnifiedAnalytics. DEPRECATED: in favor of the top level enableUnifiedAnalytics flag. Whether the Unified Analytics is enabled. FENG support will be removed in subsequent releases. -
getHiveScaleWaitTimeSeconds
Getter for hiveScaleWaitTimeSeconds. Wait time before a scale event happens. -
setHiveScaleWaitTimeSeconds
Setter for hiveScaleWaitTimeSeconds. Wait time before a scale event happens. -
getHiveDesiredFreeCapacity
Getter for hiveDesiredFreeCapacity. Desired free capacity. -
setHiveDesiredFreeCapacity
Setter for hiveDesiredFreeCapacity. Desired free capacity. -
getImpalaHighAvailabilityMode
Deprecated.Getter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. High Availability mode. -
setImpalaHighAvailabilityMode
Deprecated.Setter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. High Availability mode. -
getImpalaScaleUpDelaySeconds
Getter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds. -
setImpalaScaleUpDelaySeconds
Setter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds. -
getImpalaScaleDownDelaySeconds
Getter for impalaScaleDownDelaySeconds. Scale down threshold in seconds. -
setImpalaScaleDownDelaySeconds
Setter for impalaScaleDownDelaySeconds. Scale down threshold in seconds. -
getImpalaEnableShutdownOfCoordinator
Deprecated.Getter for impalaEnableShutdownOfCoordinator. DEPRECATED in favor of the top level impalaHASettings object. Whether a shutdown of the coordinator is enabled. -
setImpalaEnableShutdownOfCoordinator
@Deprecated public void setImpalaEnableShutdownOfCoordinator(Boolean impalaEnableShutdownOfCoordinator) Deprecated.Setter for impalaEnableShutdownOfCoordinator. DEPRECATED in favor of the top level impalaHASettings object. Whether a shutdown of the coordinator is enabled. -
getImpalaNumOfActiveCoordinators
Deprecated.Getter for impalaNumOfActiveCoordinators. DEPRECATED in favor of the top level impalaHASettings object. Number of the active coordinators. -
setImpalaNumOfActiveCoordinators
Deprecated.Setter for impalaNumOfActiveCoordinators. DEPRECATED in favor of the top level impalaHASettings object. Number of the active coordinators. -
getImpalaShutdownOfCoordinatorDelaySeconds
Deprecated.Getter for impalaShutdownOfCoordinatorDelaySeconds. DEPRECATED in favor of the top level impalaHASettings object. Delay in seconds before the shutdown of coordinator event happens. -
setImpalaShutdownOfCoordinatorDelaySeconds
@Deprecated public void setImpalaShutdownOfCoordinatorDelaySeconds(Integer impalaShutdownOfCoordinatorDelaySeconds) Deprecated.Setter for impalaShutdownOfCoordinatorDelaySeconds. DEPRECATED in favor of the top level impalaHASettings object. Delay in seconds before the shutdown of coordinator event happens. -
getImpalaEnableCatalogHighAvailability
Deprecated.Getter for impalaEnableCatalogHighAvailability. DEPRECATED in favor of the top level impalaHASettings object. Denotes whether a backup instance for Impala catalog is enabled. -
setImpalaEnableCatalogHighAvailability
@Deprecated public void setImpalaEnableCatalogHighAvailability(Boolean impalaEnableCatalogHighAvailability) Deprecated.Setter for impalaEnableCatalogHighAvailability. DEPRECATED in favor of the top level impalaHASettings object. Denotes whether a backup instance for Impala catalog is enabled. -
getImpalaExecutorGroupSets
Getter for impalaExecutorGroupSets. Configurations of executor groups sets for workload aware autoscaling. -
setImpalaExecutorGroupSets
Setter for impalaExecutorGroupSets. Configurations of executor groups sets for workload aware autoscaling. -
equals
-
hashCode
public int hashCode() -
toString
-