Interface ISpeculativeExecutionPlan
Represents a plan that governs speculative executions for a given query.
Namespace: Dse
Assembly: Dse.dll
Syntax
public interface ISpeculativeExecutionPlan
Methods
NextExecution(Host)
Returns the time before the next speculative query.
Declaration
long NextExecution(Host lastQueried)
Parameters
Type | Name | Description |
---|---|---|
Host | lastQueried | the host that was just queried. |
Returns
Type | Description |
---|---|
System.Int64 | the time (in milliseconds) before a speculative query is sent to the next host. If zero or negative, no speculative query will be sent. |