ISpeculativeExecutionPlanNextExecution Method |
Returns the time before the next speculative query.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax long NextExecution(
Host lastQueried
)
Parameters
- lastQueried
- Type: CassandraHost
the host that was just queried.
Return Value
Type:
Int64the time (in milliseconds) before a speculative query is sent to the next host. If zero or negative, no speculative query will be sent.
See Also