Package com.cloudera.cdp.dw.model
Class QueryIsolationOptionsRequest
java.lang.Object
com.cloudera.cdp.dw.model.QueryIsolationOptionsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-26T08:05:41.567-08:00")
public class QueryIsolationOptionsRequest
extends Object
Configurations for Query Isolation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for maxNodesPerQuery.Getter for maxQueries.inthashCode()voidsetMaxNodesPerQuery(Integer maxNodesPerQuery) Setter for maxNodesPerQuery.voidsetMaxQueries(Integer maxQueries) Setter for maxQueries.toString()
-
Constructor Details
-
QueryIsolationOptionsRequest
public QueryIsolationOptionsRequest()
-
-
Method Details
-
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
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
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
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
-
hashCode
public int hashCode() -
toString
-