IExecutionProfileBuilder Interface |
Namespace: Dse
public interface IExecutionProfileBuilder
The IExecutionProfileBuilder type exposes the following members.
Name | Description | |
---|---|---|
WithConsistencyLevel |
Sets the SerialConsistencyLevel | |
WithGraphOptions | Sets the DSE Graph options. See GraphOptions for additional information on the settings within the GraphOptions class. | |
WithLoadBalancingPolicy |
Sets the load balancing policy.
See ILoadBalancingPolicy for additional context on this setting.
If no load balancing policy is set through this method, DefaultLoadBalancingPolicy will be used instead.
| |
WithReadTimeoutMillis | Sets the ReadTimeoutMillis When setting this value, keep in mind the following: - the timeout settings used on the Cassandra side (*_request_timeout_in_ms in cassandra.yaml) should be taken into account when picking a value for this read timeout. In particular, if this read timeout option is lower than Cassandra's timeout, the driver might assume that the host is not responsive and mark it down. - the read timeout is only approximate and only control the timeout to one Cassandra host, not the full query. Setting a value of 0 disables client read timeouts. | |
WithRetryPolicy |
Sets the retry policy.
See IRetryPolicy and IRetryPolicy for additional context on this setting.
When the retry policy is not set with this method, the DefaultRetryPolicy
will be used instead.
| |
WithSerialConsistencyLevel |
Sets the SerialConsistencyLevel | |
WithSpeculativeExecutionPolicy |
Sets the speculative execution policy.
See ISpeculativeExecutionPolicy for additional context on this setting.
If no speculative execution policy is set through this method, DefaultSpeculativeExecutionPolicy will be used instead.
|