public static interface SpeculativeExecutionPolicy.SpeculativeExecutionPlan
nextExecution(Host)
is invoked to determine if and when a speculative query to
the next host will be sent.Modifier and Type | Method and Description |
---|---|
long |
nextExecution(Host lastQueried)
Returns the time before the next speculative query.
|
long nextExecution(Host lastQueried)
lastQueried
- the host that was just queried.