Package com.cloudera.cdp.dw.model
Class ImpalaExecutorGroupSetResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ImpalaExecutorGroupSetResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:26.728-07:00")
public class ImpalaExecutorGroupSetResponse
extends CdpResponse
Describes configurations for an executor group set.
- 
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for autoSuspendTimeoutSeconds.Getter for disableAutoSuspend.Getter for execGroupSize.Getter for groupSetPrefix.Getter for maxExecutorGroups.Getter for minExecutorGroups.Getter for triggerScaleDownDelay.Getter for triggerScaleUpDelay.inthashCode()voidsetAutoSuspendTimeoutSeconds(Integer autoSuspendTimeoutSeconds) Setter for autoSuspendTimeoutSeconds.voidsetDisableAutoSuspend(Boolean disableAutoSuspend) Setter for disableAutoSuspend.voidsetExecGroupSize(Integer execGroupSize) Setter for execGroupSize.voidsetGroupSetPrefix(String groupSetPrefix) Setter for groupSetPrefix.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()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders 
- 
Constructor Details
- 
ImpalaExecutorGroupSetResponse
public ImpalaExecutorGroupSetResponse() 
 - 
 - 
Method Details
- 
getGroupSetPrefix
Getter for groupSetPrefix. Name of resource pool for this executor group set. - 
setGroupSetPrefix
Setter for groupSetPrefix. Name of resource pool for this executor group set. - 
getExecGroupSize
Getter for execGroupSize. Number of executors per executor group. - 
setExecGroupSize
Setter for execGroupSize. Number of executors per executor group. - 
getMinExecutorGroups
Getter for minExecutorGroups. Minimum number of executor groups allowed. - 
setMinExecutorGroups
Setter for minExecutorGroups. Minimum number of executor groups allowed. - 
getMaxExecutorGroups
Getter for maxExecutorGroups. Maximum number of executor groups allowed. - 
setMaxExecutorGroups
Setter for maxExecutorGroups. Maximum number of executor groups allowed. - 
getAutoSuspendTimeoutSeconds
Getter for autoSuspendTimeoutSeconds. Auto suspend threshold. - 
setAutoSuspendTimeoutSeconds
Setter for autoSuspendTimeoutSeconds. Auto suspend threshold. - 
getDisableAutoSuspend
Getter for disableAutoSuspend. Denotes whether auto suspend is turned off. - 
setDisableAutoSuspend
Setter for disableAutoSuspend. Denotes whether auto suspend is turned off. - 
getTriggerScaleUpDelay
Getter for triggerScaleUpDelay. Scale up threshold in seconds. - 
setTriggerScaleUpDelay
Setter for triggerScaleUpDelay. Scale up threshold in seconds. - 
getTriggerScaleDownDelay
Getter for triggerScaleDownDelay. Scale down threshold in seconds. - 
setTriggerScaleDownDelay
Setter for triggerScaleDownDelay. Scale down threshold in seconds. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -