Class AutoscalingOptionsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class AutoscalingOptionsResponse
    extends CdpResponse
    Auto-scaling configuration for a Virtual Warehouse.
    • Constructor Detail

      • AutoscalingOptionsResponse

        public AutoscalingOptionsResponse()
    • Method Detail

      • getMinClusters

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

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

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

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

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

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

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

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

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

        @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

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

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

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

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

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

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

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

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

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

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

        @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

        @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
        public Integer getImpalaNumOfActiveCoordinators()
        Deprecated.
        Getter for impalaNumOfActiveCoordinators. DEPRECATED in favor of the top level impalaHASettings object. Number of the active coordinators.
      • setImpalaNumOfActiveCoordinators

        @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

        @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

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

        @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.
      • getPodConfigName

        public String getPodConfigName()
        Getter for podConfigName. Name of the pod configuration.
      • setPodConfigName

        public void setPodConfigName​(String podConfigName)
        Setter for podConfigName. Name of the pod configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object