Click or drag to resize

DefaultLoadBalancingPolicyNewQueryPlan Method

Returns the hosts to used for a query.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public IEnumerable<Host> NewQueryPlan(
	string keyspace,
	IStatement statement
)

Parameters

keyspace
Type: SystemString
statement
Type: CassandraIStatement

Return Value

Type: IEnumerableHost

Implements

ILoadBalancingPolicyNewQueryPlan(String, IStatement)
See Also