Uses of Interface
org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancingStrategy
-
Uses of LoadBalancingStrategy in org.neo4j.driver.internal.cluster.loadbalancing
Modifier 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.ModifierConstructorDescriptionLoadBalancer
(ConnectionPool connectionPool, Rediscovery rediscovery, RoutingSettings settings, LoadBalancingStrategy loadBalancingStrategy, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)