Uses of Interface
org.neo4j.driver.internal.cluster.RoutingTable
-
Uses of RoutingTable in org.neo4j.driver.internal.cluster
Modifier and TypeMethodDescriptionRoutingTableHandler.routingTable()
RoutingTableHandlerImpl.routingTable()
Modifier and TypeMethodDescriptionRoutingTableHandler.ensureRoutingTable
(ConnectionContext context) RoutingTableHandlerImpl.ensureRoutingTable
(ConnectionContext context) RoutingTableHandler.updateRoutingTable
(ClusterCompositionLookupResult compositionLookupResult) RoutingTableHandlerImpl.updateRoutingTable
(ClusterCompositionLookupResult compositionLookupResult) Modifier and TypeMethodDescriptionRediscovery.lookupClusterComposition
(RoutingTable routingTable, ConnectionPool connectionPool, Set<Bookmark> bookmarks, String impersonatedUser, AuthToken overrideAuthToken) Fetches cluster composition using the provided routing table.RediscoveryImpl.lookupClusterComposition
(RoutingTable routingTable, ConnectionPool connectionPool, Set<Bookmark> bookmarks, String impersonatedUser, AuthToken overrideAuthToken) 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.ModifierConstructorDescriptionRoutingTableHandlerImpl
(RoutingTable routingTable, Rediscovery rediscovery, ConnectionPool connectionPool, RoutingTableRegistry routingTableRegistry, Logging logging, long routingTablePurgeDelayMs)