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="2023-09-27T13:27:51.717-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 Constructor Description ImpalaHASettingsOptionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getEnableCatalogHighAvailability()
Getter for enableCatalogHighAvailability.Boolean
getEnableShutdownOfCoordinator()
Getter for enableShutdownOfCoordinator.String
getHighAvailabilityMode()
Getter for highAvailabilityMode.Integer
getNumOfActiveCoordinators()
Getter for numOfActiveCoordinators.Integer
getShutdownOfCoordinatorDelaySeconds()
Getter for shutdownOfCoordinatorDelaySeconds.int
hashCode()
void
setEnableCatalogHighAvailability(Boolean enableCatalogHighAvailability)
Setter for enableCatalogHighAvailability.void
setEnableShutdownOfCoordinator(Boolean enableShutdownOfCoordinator)
Setter for enableShutdownOfCoordinator.void
setHighAvailabilityMode(String highAvailabilityMode)
Setter for highAvailabilityMode.void
setNumOfActiveCoordinators(Integer numOfActiveCoordinators)
Setter for numOfActiveCoordinators.void
setShutdownOfCoordinatorDelaySeconds(Integer shutdownOfCoordinatorDelaySeconds)
Setter for shutdownOfCoordinatorDelaySeconds.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
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.
-
-