Click or drag to resize
ISpeculativeExecutionPlan Interface
Represents a plan that governs speculative executions for a given query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public interface ISpeculativeExecutionPlan

The ISpeculativeExecutionPlan type exposes the following members.

Methods
  NameDescription
Public methodNextExecution
Returns the time before the next speculative query.
Top
See Also