Click or drag to resize
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: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public Builder WithSpeculativeExecutionPolicy(
	ISpeculativeExecutionPolicy policy
)

Parameters

policy
Type: CassandraISpeculativeExecutionPolicy
the speculative execution policy to use

Return Value

Type: Builder
this Builder
See Also