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="2025-10-28T14:00:26.728-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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for scratchSpaceLimit.Getter for spillToS3Uri.inthashCode()voidsetScratchSpaceLimit(Integer scratchSpaceLimit) Setter for scratchSpaceLimit.voidsetSpillToS3Uri(String spillToS3Uri) Setter for spillToS3Uri.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ImpalaOptionsResponse
public ImpalaOptionsResponse()
-
-
Method Details
-
getSpillToS3Uri
Getter for spillToS3Uri. Impala spill to S3 URI. -
setSpillToS3Uri
Setter for spillToS3Uri. Impala spill to S3 URI. -
getScratchSpaceLimit
Getter for scratchSpaceLimit. Maximum scratch space used for spilling to disk. -
setScratchSpaceLimit
Setter for scratchSpaceLimit. Maximum scratch space used for spilling to disk. -
equals
-
hashCode
public int hashCode() -
toString
-