This policy queries nodes in a round-robin fashion. For a given query, if an host fail, the next one (following the round-robin order) is tried, until all hosts have been tried.
This policy is not datacenter aware and will include every known Cassandra host in its round robin algorithm. If you use multiple datacenter this will be inefficient and you will want to use the {@link DCAwareRoundRobinPolicy} load balancing policy instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|