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="2024-09-27T08:40:25.071-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
-
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()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-