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="2024-09-27T08:40:25.071-07:00") public class ImpalaExecutorGroupSetResponse extends CdpResponse
Describes configurations for an executor group set.
  • Constructor Details

    • ImpalaExecutorGroupSetResponse

      public ImpalaExecutorGroupSetResponse()
  • Method Details

    • getGroupSetPrefix

      public String getGroupSetPrefix()
      Getter for groupSetPrefix. Name of resource pool for this executor group set.
    • setGroupSetPrefix

      public void setGroupSetPrefix(String groupSetPrefix)
      Setter for groupSetPrefix. Name of resource pool for this executor group set.
    • getExecGroupSize

      public Integer getExecGroupSize()
      Getter for execGroupSize. Number of executors per executor group.
    • setExecGroupSize

      public void setExecGroupSize(Integer execGroupSize)
      Setter for execGroupSize. Number of executors per executor group.
    • getMinExecutorGroups

      public Integer getMinExecutorGroups()
      Getter for minExecutorGroups. Minimum number of executor groups allowed.
    • setMinExecutorGroups

      public void setMinExecutorGroups(Integer minExecutorGroups)
      Setter for minExecutorGroups. Minimum number of executor groups allowed.
    • getMaxExecutorGroups

      public Integer getMaxExecutorGroups()
      Getter for maxExecutorGroups. Maximum number of executor groups allowed.
    • setMaxExecutorGroups

      public void setMaxExecutorGroups(Integer maxExecutorGroups)
      Setter for maxExecutorGroups. Maximum number of executor groups allowed.
    • getAutoSuspendTimeoutSeconds

      public Integer getAutoSuspendTimeoutSeconds()
      Getter for autoSuspendTimeoutSeconds. Auto suspend threshold.
    • setAutoSuspendTimeoutSeconds

      public void setAutoSuspendTimeoutSeconds(Integer autoSuspendTimeoutSeconds)
      Setter for autoSuspendTimeoutSeconds. Auto suspend threshold.
    • getDisableAutoSuspend

      public Boolean getDisableAutoSuspend()
      Getter for disableAutoSuspend. Denotes whether auto suspend is turned off.
    • setDisableAutoSuspend

      public void setDisableAutoSuspend(Boolean disableAutoSuspend)
      Setter for disableAutoSuspend. Denotes whether auto suspend is turned off.
    • getTriggerScaleUpDelay

      public Integer getTriggerScaleUpDelay()
      Getter for triggerScaleUpDelay. Scale up threshold in seconds.
    • setTriggerScaleUpDelay

      public void setTriggerScaleUpDelay(Integer triggerScaleUpDelay)
      Setter for triggerScaleUpDelay. Scale up threshold in seconds.
    • getTriggerScaleDownDelay

      public Integer getTriggerScaleDownDelay()
      Getter for triggerScaleDownDelay. Scale down threshold in seconds.
    • setTriggerScaleDownDelay

      public void setTriggerScaleDownDelay(Integer triggerScaleDownDelay)
      Setter for triggerScaleDownDelay. Scale down threshold in seconds.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object