Package com.cloudera.cdp.dw.model
Class ImpalaOptionsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.dw.model.ImpalaOptionsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:51.717-07:00") public class ImpalaOptionsResponse extends CdpResponse
Impala specific settings.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ImpalaOptionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getScratchSpaceLimit()
Getter for scratchSpaceLimit.String
getSpillToS3Uri()
Getter for spillToS3Uri.int
hashCode()
void
setScratchSpaceLimit(Integer scratchSpaceLimit)
Setter for scratchSpaceLimit.void
setSpillToS3Uri(String spillToS3Uri)
Setter for spillToS3Uri.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getSpillToS3Uri
public String getSpillToS3Uri()
Getter for spillToS3Uri. Impala spill to S3 URI.
-
setSpillToS3Uri
public void setSpillToS3Uri(String spillToS3Uri)
Setter for spillToS3Uri. Impala spill to S3 URI.
-
getScratchSpaceLimit
public Integer getScratchSpaceLimit()
Getter for scratchSpaceLimit. Maximum scratch space used for spilling to disk.
-
setScratchSpaceLimit
public void setScratchSpaceLimit(Integer scratchSpaceLimit)
Setter for scratchSpaceLimit. Maximum scratch space used for spilling to disk.
-
-