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="2025-10-28T14:00:26.728-07:00")
public class ImpalaExecutorGroupSetUpdateRequest
extends Object
Re-configure independently scaling set of uniformly sized executor groups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for autoSuspendTimeoutSeconds.Getter for deleteGroupSet.Getter for disableAutoSuspend.Getter for execGroupSize.Getter for maxExecutorGroups.Getter for minExecutorGroups.Getter for triggerScaleDownDelay.Getter for triggerScaleUpDelay.inthashCode()voidsetAutoSuspendTimeoutSeconds(Integer autoSuspendTimeoutSeconds) Setter for autoSuspendTimeoutSeconds.voidsetDeleteGroupSet(Boolean deleteGroupSet) Setter for deleteGroupSet.voidsetDisableAutoSuspend(Boolean disableAutoSuspend) Setter for disableAutoSuspend.voidsetExecGroupSize(Integer execGroupSize) Setter for execGroupSize.voidsetMaxExecutorGroups(Integer maxExecutorGroups) Setter for maxExecutorGroups.voidsetMinExecutorGroups(Integer minExecutorGroups) Setter for minExecutorGroups.voidsetTriggerScaleDownDelay(Integer triggerScaleDownDelay) Setter for triggerScaleDownDelay.voidsetTriggerScaleUpDelay(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
-