Class AutoscalingOptionsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:33.344-07:00") public class AutoscalingOptionsResponse extends CdpResponse
Auto-scaling configuration for a Virtual Warehouse.
  • Constructor Details Link icon

    • AutoscalingOptionsResponse Link icon

      public AutoscalingOptionsResponse()
  • Method Details Link icon

    • getMinClusters Link icon

      public Integer getMinClusters()
      Getter for minClusters. Minimum number of available compute groups.
    • setMinClusters Link icon

      public void setMinClusters(Integer minClusters)
      Setter for minClusters. Minimum number of available compute groups.
    • getMaxClusters Link icon

      public Integer getMaxClusters()
      Getter for maxClusters. Maximum number of available compute groups.
    • setMaxClusters Link icon

      public void setMaxClusters(Integer maxClusters)
      Setter for maxClusters. Maximum number of available compute groups.
    • getDisableAutoSuspend Link icon

      public Boolean getDisableAutoSuspend()
      Getter for disableAutoSuspend. Turn off auto suspend for Virtual Warehouse.
    • setDisableAutoSuspend Link icon

      public void setDisableAutoSuspend(Boolean disableAutoSuspend)
      Setter for disableAutoSuspend. Turn off auto suspend for Virtual Warehouse.
    • getAutoSuspendTimeoutSeconds Link icon

      public Integer getAutoSuspendTimeoutSeconds()
      Getter for autoSuspendTimeoutSeconds. Auto suspend threshold for Virtual Warehouse.
    • setAutoSuspendTimeoutSeconds Link icon

      public void setAutoSuspendTimeoutSeconds(Integer autoSuspendTimeoutSeconds)
      Setter for autoSuspendTimeoutSeconds. Auto suspend threshold for Virtual Warehouse.
    • getEnableUnifiedAnalytics Link icon

      @Deprecated public Boolean getEnableUnifiedAnalytics()
      Deprecated.
      Getter for enableUnifiedAnalytics. DEPRECATED in favor of the top level enableUnifiedAnalytics flag. Whether the Unified Analytics is enabled.
    • setEnableUnifiedAnalytics Link icon

      @Deprecated public void setEnableUnifiedAnalytics(Boolean enableUnifiedAnalytics)
      Deprecated.
      Setter for enableUnifiedAnalytics. DEPRECATED in favor of the top level enableUnifiedAnalytics flag. Whether the Unified Analytics is enabled.
    • getHiveScaleWaitTimeSeconds Link icon

      public Integer getHiveScaleWaitTimeSeconds()
      Getter for hiveScaleWaitTimeSeconds. Wait time before a scale event happens.
    • setHiveScaleWaitTimeSeconds Link icon

      public void setHiveScaleWaitTimeSeconds(Integer hiveScaleWaitTimeSeconds)
      Setter for hiveScaleWaitTimeSeconds. Wait time before a scale event happens.
    • getHiveDesiredFreeCapacity Link icon

      public Integer getHiveDesiredFreeCapacity()
      Getter for hiveDesiredFreeCapacity. Desired free capacity.
    • setHiveDesiredFreeCapacity Link icon

      public void setHiveDesiredFreeCapacity(Integer hiveDesiredFreeCapacity)
      Setter for hiveDesiredFreeCapacity. Desired free capacity.
    • getImpalaHighAvailabilityMode Link icon

      @Deprecated public String getImpalaHighAvailabilityMode()
      Deprecated.
      Getter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. High Availability mode.
    • setImpalaHighAvailabilityMode Link icon

      @Deprecated public void setImpalaHighAvailabilityMode(String impalaHighAvailabilityMode)
      Deprecated.
      Setter for impalaHighAvailabilityMode. DEPRECATED in favor of the top level impalaHASettings object. High Availability mode.
    • getImpalaScaleUpDelaySeconds Link icon

      public Integer getImpalaScaleUpDelaySeconds()
      Getter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds.
    • setImpalaScaleUpDelaySeconds Link icon

      public void setImpalaScaleUpDelaySeconds(Integer impalaScaleUpDelaySeconds)
      Setter for impalaScaleUpDelaySeconds. Scale up the scaling up threshold in seconds.
    • getImpalaScaleDownDelaySeconds Link icon

      public Integer getImpalaScaleDownDelaySeconds()
      Getter for impalaScaleDownDelaySeconds. Scale down threshold in seconds.
    • setImpalaScaleDownDelaySeconds Link icon

      public void setImpalaScaleDownDelaySeconds(Integer impalaScaleDownDelaySeconds)
      Setter for impalaScaleDownDelaySeconds. Scale down threshold in seconds.
    • getImpalaEnableShutdownOfCoordinator Link icon

      @Deprecated public Boolean getImpalaEnableShutdownOfCoordinator()
      Deprecated.
      Getter for impalaEnableShutdownOfCoordinator. DEPRECATED in favor of the top level impalaHASettings object. Whether a shutdown of the coordinator is enabled.
    • setImpalaEnableShutdownOfCoordinator Link icon

      @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 Link icon

      @Deprecated public Integer getImpalaNumOfActiveCoordinators()
      Deprecated.
      Getter for impalaNumOfActiveCoordinators. DEPRECATED in favor of the top level impalaHASettings object. Number of the active coordinators.
    • setImpalaNumOfActiveCoordinators Link icon

      @Deprecated public void setImpalaNumOfActiveCoordinators(Integer impalaNumOfActiveCoordinators)
      Deprecated.
      Setter for impalaNumOfActiveCoordinators. DEPRECATED in favor of the top level impalaHASettings object. Number of the active coordinators.
    • getImpalaShutdownOfCoordinatorDelaySeconds Link icon

      @Deprecated public Integer 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 Link icon

      @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 Link icon

      @Deprecated public Boolean 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 Link icon

      @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 Link icon

      public ImpalaExecutorGroupSetsResponse getImpalaExecutorGroupSets()
      Getter for impalaExecutorGroupSets. Configurations of executor groups sets for workload aware autoscaling.
    • setImpalaExecutorGroupSets Link icon

      public void setImpalaExecutorGroupSets(ImpalaExecutorGroupSetsResponse impalaExecutorGroupSets)
      Setter for impalaExecutorGroupSets. Configurations of executor groups sets for workload aware autoscaling.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object