Uses of Class
org.neo4j.driver.internal.cluster.ClusterCompositionLookupResult
Packages that use ClusterCompositionLookupResult
-
Uses of ClusterCompositionLookupResult in org.neo4j.driver.internal.cluster
Methods in org.neo4j.driver.internal.cluster that return types with arguments of type ClusterCompositionLookupResultModifier 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.Methods in org.neo4j.driver.internal.cluster with parameters of type ClusterCompositionLookupResultModifier and TypeMethodDescriptionRoutingTableHandler.updateRoutingTable
(ClusterCompositionLookupResult compositionLookupResult) RoutingTableHandlerImpl.updateRoutingTable
(ClusterCompositionLookupResult compositionLookupResult)