Click or drag to resize

NoSpeculativeExecutionPolicy Class

A ISpeculativeExecutionPolicy that never schedules speculative executions.
Inheritance Hierarchy
SystemObject
  CassandraNoSpeculativeExecutionPolicy

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

The NoSpeculativeExecutionPolicy type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the NoSpeculativeExecutionPolicy
Public methodInitialize
Public methodNewPlan
Top
Fields
  NameDescription
Public fieldStatic memberInstance
Top
See Also