Package com.cloudera.cdp.dw.model
Class AutoscalingOptionsCreateRequest
java.lang.Object
com.cloudera.cdp.dw.model.AutoscalingOptionsCreateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class AutoscalingOptionsCreateRequest
extends Object
Auto-scaling configuration for a Virtual Warehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setAutoSuspendTimeoutSeconds
(Integer autoSuspendTimeoutSeconds) Setter for autoSuspendTimeoutSeconds.void
setDisableAutoSuspend
(Boolean disableAutoSuspend) Setter for disableAutoSuspend.void
setEnableUnifiedAnalytics
(Boolean enableUnifiedAnalytics) Deprecated.void
setHiveDesiredFreeCapacity
(Integer hiveDesiredFreeCapacity) Setter for hiveDesiredFreeCapacity.void
setHiveScaleWaitTimeSeconds
(Integer hiveScaleWaitTimeSeconds) Setter for hiveScaleWaitTimeSeconds.void
setImpalaEnableCatalogHighAvailability
(Boolean impalaEnableCatalogHighAvailability) Deprecated.void
setImpalaEnableShutdownOfCoordinator
(Boolean impalaEnableShutdownOfCoordinator) Deprecated.void
setImpalaExecutorGroupSets
(ImpalaExecutorGroupSetsCreateRequest impalaExecutorGroupSets) Setter for impalaExecutorGroupSets.void
setImpalaHighAvailabilityMode
(String impalaHighAvailabilityMode) Deprecated.void
setImpalaNumOfActiveCoordinators
(Integer impalaNumOfActiveCoordinators) Deprecated.void
setImpalaScaleDownDelaySeconds
(Integer impalaScaleDownDelaySeconds) Setter for impalaScaleDownDelaySeconds.void
setImpalaScaleUpDelaySeconds
(Integer impalaScaleUpDelaySeconds) Setter for impalaScaleUpDelaySeconds.void
setImpalaShutdownOfCoordinatorDelaySeconds
(Integer impalaShutdownOfCoordinatorDelaySeconds) Deprecated.void
setMaxClusters
(Integer maxClusters) Setter for maxClusters.void
setMinClusters
(Integer minClusters) Setter for minClusters.toString()
-
Constructor Details
-
AutoscalingOptionsCreateRequest
public AutoscalingOptionsCreateRequest()
-
-
Method Details
-
getMinClusters
Getter for minClusters. Minimum number of available compute groups. -
setMinClusters
Setter for minClusters. Minimum number of available compute groups. -
getMaxClusters
Getter for maxClusters. Maximum number of available compute groups. -
setMaxClusters
Setter for maxClusters. Maximum number of available compute 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. Enable Unified Analytics. In case of Hive Virtual Warehouses this cannot be provided, because this value is inferred. In case of Impala this can be set. Passing --query-isolation-options will be considered if this flag is set to true. If Unified Analytics enabled then the \"impalaEnableShutdownOfCoordinator\" explicitly disabled and should not be provided, furthermore the \"impalaHighAvailabilityMode\" cannot be set to ACTIVE_ACTIVE. -
setEnableUnifiedAnalytics
Deprecated.Setter for enableUnifiedAnalytics. DEPRECATED in favor of the top level enableUnifiedAnalytics flag. Enable Unified Analytics. In case of Hive Virtual Warehouses this cannot be provided, because this value is inferred. In case of Impala this can be set. Passing --query-isolation-options will be considered if this flag is set to true. If Unified Analytics enabled then the \"impalaEnableShutdownOfCoordinator\" explicitly disabled and should not be provided, furthermore the \"impalaHighAvailabilityMode\" cannot be set to ACTIVE_ACTIVE. -
getHiveScaleWaitTimeSeconds
Getter for hiveScaleWaitTimeSeconds. Set wait time before a scale event happens. Either \"hiveScaleWaitTimeSeconds\" or \"hiveDesiredFreeCapacity\" can be provided. -
setHiveScaleWaitTimeSeconds
Setter for hiveScaleWaitTimeSeconds. Set wait time before a scale event happens. Either \"hiveScaleWaitTimeSeconds\" or \"hiveDesiredFreeCapacity\" can be provided. -
getHiveDesiredFreeCapacity
Getter for hiveDesiredFreeCapacity. Set Desired free capacity. Either \"hiveScaleWaitTimeSeconds\" or \"hiveDesiredFreeCapacity\" can be provided. -
setHiveDesiredFreeCapacity
Setter for hiveDesiredFreeCapacity. Set Desired free capacity. Either \"hiveScaleWaitTimeSeconds\" or \"hiveDesiredFreeCapacity\" can be provided. -
getImpalaHighAvailabilityMode
Deprecated.Getter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. Set High Availability mode. If not provided the default will apply. This value is disregarded for Hive. -
setImpalaHighAvailabilityMode
Deprecated.Setter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. Set High Availability mode. If not provided the default will apply. This value is disregarded for Hive. -
getImpalaScaleUpDelaySeconds
Getter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds. If not provided defaults will apply. -
setImpalaScaleUpDelaySeconds
Setter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds. If not provided defaults will apply. -
getImpalaScaleDownDelaySeconds
Getter for impalaScaleDownDelaySeconds. Scale down threshold in seconds. If not provided defaults will apply. -
setImpalaScaleDownDelaySeconds
Setter for impalaScaleDownDelaySeconds. Scale down threshold in seconds. If not provided defaults will apply. -
getImpalaEnableShutdownOfCoordinator
Deprecated.Getter for impalaEnableShutdownOfCoordinator. DEPRECATED in favor of the top level impalaHASettings object. Enables a shutdown of the coordinator. If Unified Analytics enabled then this setting explicitly disabled and should not be provided. -
setImpalaEnableShutdownOfCoordinator
@Deprecated public void setImpalaEnableShutdownOfCoordinator(Boolean impalaEnableShutdownOfCoordinator) Deprecated.Setter for impalaEnableShutdownOfCoordinator. DEPRECATED in favor of the top level impalaHASettings object. Enables a shutdown of the coordinator. If Unified Analytics enabled then this setting explicitly disabled and should not be provided. -
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. -
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. -
getImpalaEnableCatalogHighAvailability
Deprecated.Getter for impalaEnableCatalogHighAvailability. DEPRECATED in favor of the top level impalaHASettings object. Enables a backup instance for Impala catalog to ensure high availability. -
setImpalaEnableCatalogHighAvailability
@Deprecated public void setImpalaEnableCatalogHighAvailability(Boolean impalaEnableCatalogHighAvailability) Deprecated.Setter for impalaEnableCatalogHighAvailability. DEPRECATED in favor of the top level impalaHASettings object. Enables a backup instance for Impala catalog to ensure high availability. -
getImpalaExecutorGroupSets
Getter for impalaExecutorGroupSets. Configures executor group sets for workload aware autoscaling. -
setImpalaExecutorGroupSets
public void setImpalaExecutorGroupSets(ImpalaExecutorGroupSetsCreateRequest impalaExecutorGroupSets) Setter for impalaExecutorGroupSets. Configures executor group sets for workload aware autoscaling. -
equals
-
hashCode
public int hashCode() -
toString
-