Uses of Class
com.arangodb.entity.LoadBalancingStrategy
-
Packages that use LoadBalancingStrategy Package Description com.arangodb com.arangodb.config com.arangodb.entity -
-
Uses of LoadBalancingStrategy in com.arangodb
Methods in com.arangodb with parameters of type LoadBalancingStrategy Modifier and Type Method Description ArangoDB.Builder
ArangoDB.Builder. loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy)
Sets the load balancing strategy to be used in an ArangoDB cluster setup. -
Uses of LoadBalancingStrategy in com.arangodb.config
Methods in com.arangodb.config that return types with arguments of type LoadBalancingStrategy Modifier and Type Method Description default Optional<LoadBalancingStrategy>
ArangoConfigProperties. getLoadBalancingStrategy()
-
Uses of LoadBalancingStrategy in com.arangodb.entity
Methods in com.arangodb.entity that return LoadBalancingStrategy Modifier and Type Method Description static LoadBalancingStrategy
LoadBalancingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadBalancingStrategy[]
LoadBalancingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-