Class ImpalaExecutorGroupSetsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.ImpalaExecutorGroupSetsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ImpalaExecutorGroupSetsResponse extends CdpResponse
Describes executor group sets for workload aware autoscaling.
  • Constructor Details

    • ImpalaExecutorGroupSetsResponse

      public ImpalaExecutorGroupSetsResponse()
  • Method Details

    • getSmall

      public ImpalaExecutorGroupSetResponse getSmall()
      Getter for small. Describes small executor group set for workload aware autoscaling.
    • setSmall

      public void setSmall(ImpalaExecutorGroupSetResponse small)
      Setter for small. Describes small executor group set for workload aware autoscaling.
    • getCustom1

      public ImpalaExecutorGroupSetResponse getCustom1()
      Getter for custom1. Describes first custom executor group set for workload aware autoscaling.
    • setCustom1

      public void setCustom1(ImpalaExecutorGroupSetResponse custom1)
      Setter for custom1. Describes first custom executor group set for workload aware autoscaling.
    • getCustom2

      public ImpalaExecutorGroupSetResponse getCustom2()
      Getter for custom2. Describes second custom executor group set for workload aware autoscaling.
    • setCustom2

      public void setCustom2(ImpalaExecutorGroupSetResponse custom2)
      Setter for custom2. Describes second custom executor group set for workload aware autoscaling.
    • getCustom3

      public ImpalaExecutorGroupSetResponse getCustom3()
      Getter for custom3. Describes third custom executor group set for workload aware autoscaling.
    • setCustom3

      public void setCustom3(ImpalaExecutorGroupSetResponse custom3)
      Setter for custom3. Describes third custom executor group set for workload aware autoscaling.
    • getLarge

      public ImpalaExecutorGroupSetResponse getLarge()
      Getter for large. Describes large executor group set for workload aware autoscaling.
    • setLarge

      public void setLarge(ImpalaExecutorGroupSetResponse large)
      Setter for large. Describes large executor group set for workload aware autoscaling.
    • 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