Class 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.
  • Constructor Details

    • ImpalaOptionsResponse

      public ImpalaOptionsResponse()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object