Click or drag to resize

NoSpeculativeExecutionPolicyNewPlan Method

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public ISpeculativeExecutionPlan NewPlan(
	string keyspace,
	IStatement statement
)

Parameters

keyspace
Type: SystemString
statement
Type: CassandraIStatement

Return Value

Type: ISpeculativeExecutionPlan

Implements

ISpeculativeExecutionPolicyNewPlan(String, IStatement)
See Also