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="2024-09-27T08:40:25.071-07:00") public class ImpalaHASettingsOptionsResponse extends CdpResponse
Impala High Availability settings for a Virtual Warehouse.
  • Constructor Details

    • ImpalaHASettingsOptionsResponse

      public ImpalaHASettingsOptionsResponse()
  • Method Details

    • 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.
    • getEnableStatestoreHighAvailability

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

      public void setEnableStatestoreHighAvailability(Boolean enableStatestoreHighAvailability)
      Setter for enableStatestoreHighAvailability. Denotes whether a backup instance for Impala Statestore is enabled.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object