com.datastax.stargate.sdk.loadbalancer.LoadBalancingPolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stargate-sdk Show documentation
Show all versions of stargate-sdk Show documentation
Connect to Stargate Data Gateway
package com.datastax.stargate.sdk.loadbalancer;
/**
* Load balancing startegy
*
* @author Cédrick LUNVEN
*/
public enum LoadBalancingPolicy {
/** Using weights. **/
WEIGHT_LOAD_BALANCING,
/** Load balancing **/
ROUND_ROBIN,
/** Pick a rsource randomly. */
RANDOM
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy