Uses of Enum
com.arangodb.entity.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
-
Uses of LoadBalancingStrategy in com.arangodb
Methods in com.arangodb with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionArangoDB.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 LoadBalancingStrategyModifier and TypeMethodDescriptiondefault Optional<LoadBalancingStrategy>
ArangoConfigProperties.getLoadBalancingStrategy()
-
Uses of LoadBalancingStrategy in com.arangodb.entity
Methods in com.arangodb.entity that return LoadBalancingStrategyModifier and TypeMethodDescriptionstatic LoadBalancingStrategy
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.