Uses of Interface
org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
-
Uses of LoadBalancingStrategy in org.neo4j.driver.internal.cluster.loadbalancing
Classes in org.neo4j.driver.internal.cluster.loadbalancing that implement LoadBalancingStrategyModifier and TypeClassDescriptionclass
Load balancing strategy that finds server with the least amount of active (checked out of the pool) connections from given readers or writers.Constructors in org.neo4j.driver.internal.cluster.loadbalancing with parameters of type LoadBalancingStrategyModifierConstructorDescriptionLoadBalancer
(ConnectionPool connectionPool, Rediscovery rediscovery, RoutingSettings settings, LoadBalancingStrategy loadBalancingStrategy, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)