Click or drag to resize
ConstantSpeculativeExecutionPolicy Class
A ISpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.
Inheritance Hierarchy
SystemObject
  CassandraConstantSpeculativeExecutionPolicy

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public class ConstantSpeculativeExecutionPolicy : ISpeculativeExecutionPolicy, 
	IDisposable

The ConstantSpeculativeExecutionPolicy type exposes the following members.

Constructors
  NameDescription
Public methodConstantSpeculativeExecutionPolicy
Creates a new instance of a ISpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ConstantSpeculativeExecutionPolicy
Public methodInitialize
Public methodNewPlan
Top
See Also