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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Builder WithSpeculativeExecutionPolicy(
	ISpeculativeExecutionPolicy policy
)

Parameters

policy
Type: DseISpeculativeExecutionPolicy
the speculative execution policy to use

Return Value

Type: Builder
this Builder
See Also