Package com.cloudera.cdp.dw.model
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-10-28T14:00:26.728-07:00")
public class ImpalaHASettingsOptionsResponse
extends CdpResponse
Impala High Availability settings for a Virtual Warehouse.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
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()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ImpalaHASettingsOptionsResponse
public ImpalaHASettingsOptionsResponse()
-
-
Method Details
-
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
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
Getter for enableShutdownOfCoordinator. Whether a shutdown of the coordinator is enabled. -
setEnableShutdownOfCoordinator
Setter for enableShutdownOfCoordinator. Whether a shutdown of the coordinator is enabled. -
getNumOfActiveCoordinators
Getter for numOfActiveCoordinators. Number of the active coordinators. -
setNumOfActiveCoordinators
Setter for numOfActiveCoordinators. Number of the active coordinators. -
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. -
getEnableCatalogHighAvailability
Getter for enableCatalogHighAvailability. Denotes whether a backup instance for Impala catalog is enabled. -
setEnableCatalogHighAvailability
Setter for enableCatalogHighAvailability. Denotes whether a backup instance for Impala catalog is enabled. -
getEnableStatestoreHighAvailability
Getter for enableStatestoreHighAvailability. Denotes whether a backup instance for Impala Statestore is enabled. -
setEnableStatestoreHighAvailability
Setter for enableStatestoreHighAvailability. Denotes whether a backup instance for Impala Statestore is enabled. -
equals
-
hashCode
public int hashCode() -
toString
-