Class ImpalaHASettingsOptionsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ImpalaHASettingsOptionsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class ImpalaHASettingsOptionsResponse extends CdpResponse
Impala High Availability settings for a Virtual Warehouse.
  • Constructor Details Link icon

    • ImpalaHASettingsOptionsResponse Link icon

      public ImpalaHASettingsOptionsResponse()
  • Method Details Link icon

    • getHighAvailabilityMode Link icon

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

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

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

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

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

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

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

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

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

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

      public Boolean getEnableStatestoreHighAvailability()
      Getter for enableStatestoreHighAvailability. Denotes whether a backup instance for Impala Statestore is enabled.
    • setEnableStatestoreHighAvailability Link icon

      public void setEnableStatestoreHighAvailability(Boolean enableStatestoreHighAvailability)
      Setter for enableStatestoreHighAvailability. Denotes whether a backup instance for Impala Statestore is enabled.
    • 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