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="2024-09-27T08:40:25.071-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for scratchSpaceLimit.Getter for spillToS3Uri.int
hashCode()
void
setScratchSpaceLimit
(Integer scratchSpaceLimit) Setter for scratchSpaceLimit.void
setSpillToS3Uri
(String spillToS3Uri) Setter for spillToS3Uri.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-