Click or drag to resize
DseClusterBuilderWithSpeculativeExecutionPolicy 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.3.0
Syntax
C#
public DseClusterBuilder WithSpeculativeExecutionPolicy(
	ISpeculativeExecutionPolicy policy
)

Parameters

policy
Type: DseISpeculativeExecutionPolicy
the speculative execution policy to use

Return Value

Type: DseClusterBuilder
this Builder
See Also