Click or drag to resize
NoSpeculativeExecutionPolicy.NewPlan Method

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

Parameters

keyspace
Type: System.String
statement
Type: Cassandra.IStatement

Return Value

Type: ISpeculativeExecutionPlan

Implements

ISpeculativeExecutionPolicy.NewPlan(String, IStatement)
See Also