Uses of Enum
com.arangodb.entity.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
Package
Description
-
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. -
Uses of LoadBalancingStrategy in com.arangodb.internal
Fields in com.arangodb.internal declared as LoadBalancingStrategyModifier and TypeFieldDescriptionstatic final LoadBalancingStrategy
ArangoDefaults.DEFAULT_LOAD_BALANCING_STRATEGY
-
Uses of LoadBalancingStrategy in com.arangodb.internal.config
Methods in com.arangodb.internal.config that return LoadBalancingStrategyMethods in com.arangodb.internal.config that return types with arguments of type LoadBalancingStrategyMethods in com.arangodb.internal.config with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionvoid
ArangoConfig.setLoadBalancingStrategy
(LoadBalancingStrategy loadBalancingStrategy)