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="2024-09-27T08:40:25.071-07:00")
public class ImpalaHASettingsCreateRequest
extends Object
High Availability settings for the Impala Virtual Warehouse. The values are disregarded for Hive.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for enableCatalogHighAvailability.Getter for enableShutdownOfCoordinator.Getter for enableStatestoreHighAvailability.Getter for highAvailabilityMode.Getter for numOfActiveCoordinators.Getter for shutdownOfCoordinatorDelaySeconds.int
hashCode()
void
setEnableCatalogHighAvailability
(Boolean enableCatalogHighAvailability) Setter for enableCatalogHighAvailability.void
setEnableShutdownOfCoordinator
(Boolean enableShutdownOfCoordinator) Setter for enableShutdownOfCoordinator.void
setEnableStatestoreHighAvailability
(Boolean enableStatestoreHighAvailability) Setter for enableStatestoreHighAvailability.void
setHighAvailabilityMode
(String highAvailabilityMode) Setter for highAvailabilityMode.void
setNumOfActiveCoordinators
(Integer numOfActiveCoordinators) Setter for numOfActiveCoordinators.void
setShutdownOfCoordinatorDelaySeconds
(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
-