Package com.cloudera.cdp.dw.model
Class ImpalaExecutorGroupSetUpdateRequest
java.lang.Object
com.cloudera.cdp.dw.model.ImpalaExecutorGroupSetUpdateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ImpalaExecutorGroupSetUpdateRequest
extends Object
Re-configure independently scaling set of uniformly sized executor groups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for autoSuspendTimeoutSeconds.Getter for deleteGroupSet.Getter for disableAutoSuspend.Getter for execGroupSize.Getter for maxExecutorGroups.Getter for minExecutorGroups.Getter for triggerScaleDownDelay.Getter for triggerScaleUpDelay.int
hashCode()
void
setAutoSuspendTimeoutSeconds
(Integer autoSuspendTimeoutSeconds) Setter for autoSuspendTimeoutSeconds.void
setDeleteGroupSet
(Boolean deleteGroupSet) Setter for deleteGroupSet.void
setDisableAutoSuspend
(Boolean disableAutoSuspend) Setter for disableAutoSuspend.void
setExecGroupSize
(Integer execGroupSize) Setter for execGroupSize.void
setMaxExecutorGroups
(Integer maxExecutorGroups) Setter for maxExecutorGroups.void
setMinExecutorGroups
(Integer minExecutorGroups) Setter for minExecutorGroups.void
setTriggerScaleDownDelay
(Integer triggerScaleDownDelay) Setter for triggerScaleDownDelay.void
setTriggerScaleUpDelay
(Integer triggerScaleUpDelay) Setter for triggerScaleUpDelay.toString()
-
Constructor Details
-
ImpalaExecutorGroupSetUpdateRequest
public ImpalaExecutorGroupSetUpdateRequest()
-
-
Method Details
-
getExecGroupSize
Getter for execGroupSize. Set number of executors per executor group. -
setExecGroupSize
Setter for execGroupSize. Set number of executors per executor group. -
getMinExecutorGroups
Getter for minExecutorGroups. Set minimum number of executor groups allowed. -
setMinExecutorGroups
Setter for minExecutorGroups. Set minimum number of executor groups allowed. -
getMaxExecutorGroups
Getter for maxExecutorGroups. Set maximum number of executor groups allowed. -
setMaxExecutorGroups
Setter for maxExecutorGroups. Set maximum number of executor groups allowed. -
getAutoSuspendTimeoutSeconds
Getter for autoSuspendTimeoutSeconds. Set auto suspend threshold. If not provided defaults will apply. -
setAutoSuspendTimeoutSeconds
Setter for autoSuspendTimeoutSeconds. Set auto suspend threshold. If not provided defaults will apply. -
getDisableAutoSuspend
Getter for disableAutoSuspend. Turn off auto suspend. If not provided defaults will apply. -
setDisableAutoSuspend
Setter for disableAutoSuspend. Turn off auto suspend. If not provided defaults will apply. -
getTriggerScaleUpDelay
Getter for triggerScaleUpDelay. Set scale up threshold in seconds. If not provided defaults will apply. -
setTriggerScaleUpDelay
Setter for triggerScaleUpDelay. Set scale up threshold in seconds. If not provided defaults will apply. -
getTriggerScaleDownDelay
Getter for triggerScaleDownDelay. Set scale down threshold in seconds. If not provided defaults will apply. -
setTriggerScaleDownDelay
Setter for triggerScaleDownDelay. Set scale down threshold in seconds. If not provided defaults will apply. -
getDeleteGroupSet
Getter for deleteGroupSet. Delete the executor group set. -
setDeleteGroupSet
Setter for deleteGroupSet. Delete the executor group set. -
equals
-
hashCode
public int hashCode() -
toString
-