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="2023-09-14T10:47:17.249-07:00") public class ImpalaHASettingsUpdateRequest extends Object
High Availability settings update options for the Impala Virtual Warehouse.
-
-
Constructor Summary
Constructors Constructor Description ImpalaHASettingsUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getNumOfActiveCoordinators()
Getter for numOfActiveCoordinators.Integer
getShutdownOfCoordinatorDelaySeconds()
Getter for shutdownOfCoordinatorDelaySeconds.int
hashCode()
void
setNumOfActiveCoordinators(Integer numOfActiveCoordinators)
Setter for numOfActiveCoordinators.void
setShutdownOfCoordinatorDelaySeconds(Integer shutdownOfCoordinatorDelaySeconds)
Setter for shutdownOfCoordinatorDelaySeconds.String
toString()
-
-
-
Method Detail
-
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.
-
getNumOfActiveCoordinators
public Integer getNumOfActiveCoordinators()
Getter for numOfActiveCoordinators. The number of active coordinators.
-
setNumOfActiveCoordinators
public void setNumOfActiveCoordinators(Integer numOfActiveCoordinators)
Setter for numOfActiveCoordinators. The number of active coordinators.
-
-