Package com.cloudera.cdp.dw.model
Class ImpalaHASettingsCreateRequest
java.lang.Object
com.cloudera.cdp.dw.model.ImpalaHASettingsCreateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class ImpalaHASettingsCreateRequest
extends Object
High Availability settings for the Impala Virtual Warehouse. The values are disregarded for Hive.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for enableCatalogHighAvailability.Getter for enableShutdownOfCoordinator.Getter for enableStatestoreHighAvailability.Getter for highAvailabilityMode.Getter for numOfActiveCoordinators.Getter for shutdownOfCoordinatorDelaySeconds.inthashCode()voidsetEnableCatalogHighAvailability(Boolean enableCatalogHighAvailability) Setter for enableCatalogHighAvailability.voidsetEnableShutdownOfCoordinator(Boolean enableShutdownOfCoordinator) Setter for enableShutdownOfCoordinator.voidsetEnableStatestoreHighAvailability(Boolean enableStatestoreHighAvailability) Setter for enableStatestoreHighAvailability.voidsetHighAvailabilityMode(String highAvailabilityMode) Setter for highAvailabilityMode.voidsetNumOfActiveCoordinators(Integer numOfActiveCoordinators) Setter for numOfActiveCoordinators.voidsetShutdownOfCoordinatorDelaySeconds(Integer shutdownOfCoordinatorDelaySeconds) Setter for shutdownOfCoordinatorDelaySeconds.toString()
-
Constructor Details
-
ImpalaHASettingsCreateRequest
public ImpalaHASettingsCreateRequest()
-
-
Method Details
-
getHighAvailabilityMode
Getter for highAvailabilityMode. Set High Availability mode. If not provided, the default will apply. DISABLED - Disables Impala coordinator and Database Catalog high availability. ACTIVE_PASSIVE - Runs multiple coordinators (one active, one passive) and Database Catalogs (one active, one passive). ACTIVE_ACTIVE - Runs multiple coordinators (both active) and Database Catalogs (one active, one passive). If Unified Analytics is enabled, then this cannot be set to ACTIVE_ACTIVE. -
setHighAvailabilityMode
Setter for highAvailabilityMode. Set High Availability mode. If not provided, the default will apply. DISABLED - Disables Impala coordinator and Database Catalog high availability. ACTIVE_PASSIVE - Runs multiple coordinators (one active, one passive) and Database Catalogs (one active, one passive). ACTIVE_ACTIVE - Runs multiple coordinators (both active) and Database Catalogs (one active, one passive). If Unified Analytics is enabled, then this cannot be set to ACTIVE_ACTIVE. -
getEnableShutdownOfCoordinator
Getter for enableShutdownOfCoordinator. Enables a shutdown of the coordinator. If Unified Analytics is enabled, then this setting is explicitly disabled (ignored) and should not be provided. -
setEnableShutdownOfCoordinator
Setter for enableShutdownOfCoordinator. Enables a shutdown of the coordinator. If Unified Analytics is enabled, then this setting is explicitly disabled (ignored) and should not be provided. -
getShutdownOfCoordinatorDelaySeconds
Getter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens. -
setShutdownOfCoordinatorDelaySeconds
Setter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens. -
getNumOfActiveCoordinators
Getter for numOfActiveCoordinators. The number of active coordinators. -
setNumOfActiveCoordinators
Setter for numOfActiveCoordinators. The number of active coordinators. -
getEnableCatalogHighAvailability
Getter for enableCatalogHighAvailability. Enables a backup instance for Impala catalog to ensure high availability. -
setEnableCatalogHighAvailability
Setter for enableCatalogHighAvailability. Enables a backup instance for Impala catalog to ensure high availability. -
getEnableStatestoreHighAvailability
Getter for enableStatestoreHighAvailability. Enables a backup instance for Impala Statestore to ensure high availability. -
setEnableStatestoreHighAvailability
Setter for enableStatestoreHighAvailability. Enables a backup instance for Impala Statestore to ensure high availability. -
equals
-
hashCode
public int hashCode() -
toString
-