Click or drag to resize
RetryLoadBalancingPolicyNewQueryPlan Method

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IEnumerable<Host> NewQueryPlan(
	string keyspace,
	IStatement query
)

Parameters

keyspace
Type: SystemString
query
Type: CassandraIStatement

Return Value

Type: IEnumerableHost

Implements

ILoadBalancingPolicyNewQueryPlan(String, IStatement)
See Also