Uses of Interface
org.neo4j.driver.internal.cluster.Rediscovery
Packages that use Rediscovery
Package
Description
-
Uses of Rediscovery in org.neo4j.driver.internal.cluster
Classes in org.neo4j.driver.internal.cluster that implement RediscoveryConstructors in org.neo4j.driver.internal.cluster with parameters of type RediscoveryModifierConstructorDescriptionRoutingTableHandlerImpl
(RoutingTable routingTable, Rediscovery rediscovery, ConnectionPool connectionPool, RoutingTableRegistry routingTableRegistry, Logging logging, long routingTablePurgeDelayMs) RoutingTableRegistryImpl
(ConnectionPool connectionPool, Rediscovery rediscovery, Clock clock, Logging logging, long routingTablePurgeDelayMs) -
Uses of Rediscovery in org.neo4j.driver.internal.cluster.loadbalancing
Methods in org.neo4j.driver.internal.cluster.loadbalancing that return RediscoveryConstructors in org.neo4j.driver.internal.cluster.loadbalancing with parameters of type RediscoveryModifierConstructorDescriptionLoadBalancer
(ConnectionPool connectionPool, Rediscovery rediscovery, RoutingSettings settings, LoadBalancingStrategy loadBalancingStrategy, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)