pub unsafe extern "C" fn cass_execution_profile_set_load_balance_round_robin(
    profile: *mut CassExecProfile
) -> CassError
Expand description

Configures the execution profile to use round-robin load balancing.

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

Note: Profile-based load balancing policy is disabled by default; cluster load balancing policy is used when profile does not contain a policy.

@public @memberof CassExecProfile

@param[in] profile @return CASS_OK if successful, otherwise an error occurred.

@see cass_cluster_set_load_balance_round_robin()