class RoundRobinPolicy
Augments
LoadBalancingPolicy
Constructor
new
RoundRobinPolicy
()This policy yield nodes in a round-robin fashion.
Methods
Returns an iterator with the hosts to be used as coordinator for a query.
LoadBalancingPolicy
Returns an iterator with the hosts to be used as coordinator for a query.
Name | Type | Description |
---|---|---|
keyspace | String |
Name of currently logged keyspace at |
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. |