Class ImpalaOptionsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ImpalaOptionsResponse
    extends CdpResponse
    Impala specific settings.
    • Constructor Detail

      • ImpalaOptionsResponse

        public ImpalaOptionsResponse()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object