Uses of Interface
org.neo4j.driver.internal.cluster.RoutingTable
Packages that use RoutingTable
-
Uses of RoutingTable in org.neo4j.driver.internal.cluster
Classes in org.neo4j.driver.internal.cluster that implement RoutingTableMethods in org.neo4j.driver.internal.cluster that return RoutingTableModifier and TypeMethodDescriptionRoutingTableHandler.routingTable()RoutingTableHandlerImpl.routingTable()Methods in org.neo4j.driver.internal.cluster that return types with arguments of type RoutingTableModifier and TypeMethodDescriptionRoutingTableHandler.ensureRoutingTable(ConnectionContext context) RoutingTableHandlerImpl.ensureRoutingTable(ConnectionContext context) RoutingTableHandler.updateRoutingTable(ClusterCompositionLookupResult compositionLookupResult) RoutingTableHandlerImpl.updateRoutingTable(ClusterCompositionLookupResult compositionLookupResult) Methods in org.neo4j.driver.internal.cluster with parameters of type RoutingTableModifier and TypeMethodDescriptionRediscovery.lookupClusterComposition(RoutingTable routingTable, ConnectionPool connectionPool, Set<Bookmark> bookmarks, String impersonatedUser) Fetches cluster composition using the provided routing table.RediscoveryImpl.lookupClusterComposition(RoutingTable routingTable, ConnectionPool connectionPool, Set<Bookmark> bookmarks, String impersonatedUser) Given a database and its current routing table, and the global connection pool, use the global cluster composition provider to fetch a new cluster composition, which would be used to update the routing table of the given database and global connection pool.Constructors in org.neo4j.driver.internal.cluster with parameters of type RoutingTableModifierConstructorDescriptionRoutingTableHandlerImpl(RoutingTable routingTable, Rediscovery rediscovery, ConnectionPool connectionPool, RoutingTableRegistry routingTableRegistry, Logging logging, long routingTablePurgeDelayMs)