Package com.cloudera.cdp.dw.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for custom1.Getter for custom2.Getter for custom3.getLarge()
Getter for large.getSmall()
Getter for small.int
hashCode()
void
setCustom1
(ImpalaExecutorGroupSetResponse custom1) Setter for custom1.void
setCustom2
(ImpalaExecutorGroupSetResponse custom2) Setter for custom2.void
setCustom3
(ImpalaExecutorGroupSetResponse custom3) Setter for custom3.void
Setter for large.void
Setter for small.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ImpalaExecutorGroupSetsResponse
public ImpalaExecutorGroupSetsResponse()
-
-
Method Details
-
getSmall
Getter for small. Describes small executor group set for workload aware autoscaling. -
setSmall
Setter for small. Describes small executor group set for workload aware autoscaling. -
getCustom1
Getter for custom1. Describes first custom executor group set for workload aware autoscaling. -
setCustom1
Setter for custom1. Describes first custom executor group set for workload aware autoscaling. -
getCustom2
Getter for custom2. Describes second custom executor group set for workload aware autoscaling. -
setCustom2
Setter for custom2. Describes second custom executor group set for workload aware autoscaling. -
getCustom3
Getter for custom3. Describes third custom executor group set for workload aware autoscaling. -
setCustom3
Setter for custom3. Describes third custom executor group set for workload aware autoscaling. -
getLarge
Getter for large. Describes large executor group set for workload aware autoscaling. -
setLarge
Setter for large. Describes large executor group set for workload aware autoscaling. -
equals
-
hashCode
public int hashCode() -
toString
-