Click or drag to resize

ISpeculativeExecutionPolicy Interface

The policy that decides if the driver will send speculative queries to the next hosts when the current host takes too long to respond. only idempotent statements will be speculatively retried, see IsIdempotent for more information.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface ISpeculativeExecutionPolicy : IDisposable

The ISpeculativeExecutionPolicy type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initializes the policy at cluster startup.
Public methodNewPlan
Returns the plan to use for a new query.
Top
See Also

Reference