ISpeculativeExecutionPlanNextExecution Method  | 
 
            Returns the time before the next speculative query.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxlong 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