Class QueryIsolationOptionsRequest

java.lang.Object
com.cloudera.cdp.dw.model.QueryIsolationOptionsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class QueryIsolationOptionsRequest extends Object
Configurations for Query Isolation.
  • Constructor Details

    • QueryIsolationOptionsRequest

      public QueryIsolationOptionsRequest()
  • Method Details

    • getMaxQueries

      public Integer getMaxQueries()
      Getter for maxQueries. Maximum Concurrent Isolated Queries. If not provided, 0 will be applied. The 0 value means the query isoltaion functionality will be disabled.
    • setMaxQueries

      public void setMaxQueries(Integer maxQueries)
      Setter for maxQueries. Maximum Concurrent Isolated Queries. If not provided, 0 will be applied. The 0 value means the query isoltaion functionality will be disabled.
    • getMaxNodesPerQuery

      public Integer getMaxNodesPerQuery()
      Getter for maxNodesPerQuery. Maximum Nodes Per Isolated Query. If not provided, 0 will be applied. The 0 value means the query isoltaion functionality will be disabled.
    • setMaxNodesPerQuery

      public void setMaxNodesPerQuery(Integer maxNodesPerQuery)
      Setter for maxNodesPerQuery. Maximum Nodes Per Isolated Query. If not provided, 0 will be applied. The 0 value means the query isoltaion functionality will be disabled.
    • 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