BuilderWithSpeculativeExecutionPolicy Method |
Configure the speculative execution to use for the new cluster.
If no speculative execution policy is set through this method, DefaultSpeculativeExecutionPolicy will be used instead.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Builder WithSpeculativeExecutionPolicy(
ISpeculativeExecutionPolicy policy
)
Parameters
- policy
- Type: CassandraISpeculativeExecutionPolicy
the speculative execution policy to use
Return Value
Type:
Builderthis Builder
See Also