Augments

  • LoadBalancingPolicy

Constructor

new

RoundRobinPolicy

()

This policy yield nodes in a round-robin fashion.

Methods

newQueryPlan

(String keyspace, QueryOptions queryOptions, function callback)

Returns an iterator with the hosts to be used as coordinator for a query.

Parameters:
Name Type Description
keyspace String

Name of currently logged keyspace at Client level.

queryOptions QueryOptions

Options related to this query execution.

callback function

The function to be invoked with the error as first parameter and the host iterator as second parameter.