Click or drag to resize
ISpeculativeExecutionPlanNextExecution Method
Returns the time before the next speculative query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
long NextExecution(
	Host lastQueried
)

Parameters

lastQueried
Type: CassandraHost
the host that was just queried.

Return Value

Type: 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.
See Also