Package com.cloudera.cdp.dw.model
Class ImpalaHASettingsUpdateRequest
java.lang.Object
com.cloudera.cdp.dw.model.ImpalaHASettingsUpdateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ImpalaHASettingsUpdateRequest
extends Object
High Availability settings update options for the Impala Virtual Warehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for numOfActiveCoordinators.Getter for shutdownOfCoordinatorDelaySeconds.int
hashCode()
void
setNumOfActiveCoordinators
(Integer numOfActiveCoordinators) Setter for numOfActiveCoordinators.void
setShutdownOfCoordinatorDelaySeconds
(Integer shutdownOfCoordinatorDelaySeconds) Setter for shutdownOfCoordinatorDelaySeconds.toString()
-
Constructor Details
-
ImpalaHASettingsUpdateRequest
public ImpalaHASettingsUpdateRequest()
-
-
Method Details
-
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. -
equals
-
hashCode
public int hashCode() -
toString
-