Click or drag to resize
ConstantSpeculativeExecutionPolicy Constructor
Creates a new instance of a ISpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public ConstantSpeculativeExecutionPolicy(
	long delay,
	int maxSpeculativeExecutions
)

Parameters

delay
Type: SystemInt64
The constant delay in milliseconds between each speculative execution. Must be strictly positive.
maxSpeculativeExecutions
Type: SystemInt32
The number of speculative executions. Must be strictly positive.
See Also