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="2024-09-27T08:40:25.071-07:00")
public class QueryIsolationOptionsRequest
extends Object
Configurations for Query Isolation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for maxNodesPerQuery.Getter for maxQueries.int
hashCode()
void
setMaxNodesPerQuery
(Integer maxNodesPerQuery) Setter for maxNodesPerQuery.void
setMaxQueries
(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
-