Class ImpalaHASettingsOptionsResponse


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

      • ImpalaHASettingsOptionsResponse

        public ImpalaHASettingsOptionsResponse()
    • Method Detail

      • getHighAvailabilityMode

        public String getHighAvailabilityMode()
        Getter for highAvailabilityMode. High Availability mode. DISABLED - Impala coordinator and Database Catalog high availability is disabled. ACTIVE_PASSIVE - Multiple coordinators (one active, one passive) and Database Catalogs (one active, one passive) are run. ACTIVE_ACTIVE - Multiple coordinators (both active) and Database Catalogs (one active, one passive) are run.
      • setHighAvailabilityMode

        public void setHighAvailabilityMode​(String highAvailabilityMode)
        Setter for highAvailabilityMode. High Availability mode. DISABLED - Impala coordinator and Database Catalog high availability is disabled. ACTIVE_PASSIVE - Multiple coordinators (one active, one passive) and Database Catalogs (one active, one passive) are run. ACTIVE_ACTIVE - Multiple coordinators (both active) and Database Catalogs (one active, one passive) are run.
      • getEnableShutdownOfCoordinator

        public Boolean getEnableShutdownOfCoordinator()
        Getter for enableShutdownOfCoordinator. Whether a shutdown of the coordinator is enabled.
      • setEnableShutdownOfCoordinator

        public void setEnableShutdownOfCoordinator​(Boolean enableShutdownOfCoordinator)
        Setter for enableShutdownOfCoordinator. Whether a shutdown of the coordinator is enabled.
      • getNumOfActiveCoordinators

        public Integer getNumOfActiveCoordinators()
        Getter for numOfActiveCoordinators. Number of the active coordinators.
      • setNumOfActiveCoordinators

        public void setNumOfActiveCoordinators​(Integer numOfActiveCoordinators)
        Setter for numOfActiveCoordinators. Number of the active coordinators.
      • getShutdownOfCoordinatorDelaySeconds

        public Integer getShutdownOfCoordinatorDelaySeconds()
        Getter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens.
      • setShutdownOfCoordinatorDelaySeconds

        public void setShutdownOfCoordinatorDelaySeconds​(Integer shutdownOfCoordinatorDelaySeconds)
        Setter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens.
      • getEnableCatalogHighAvailability

        public Boolean getEnableCatalogHighAvailability()
        Getter for enableCatalogHighAvailability. Denotes whether a backup instance for Impala catalog is enabled.
      • setEnableCatalogHighAvailability

        public void setEnableCatalogHighAvailability​(Boolean enableCatalogHighAvailability)
        Setter for enableCatalogHighAvailability. Denotes whether a backup instance for Impala catalog is enabled.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object