pub unsafe extern "C" fn cass_cluster_set_load_balance_round_robin(
    cluster: *mut CassCluster
)
Expand description

Configures the cluster to use round-robin load balancing.

The driver discovers all nodes in a cluster and cycles through them per request. All are considered ‘local’.

@public @memberof CassCluster

@param[in] cluster