Uses of Class
org.neo4j.driver.internal.cluster.ClusterComposition
Packages that use ClusterComposition
-
Uses of ClusterComposition in org.neo4j.driver.internal.cluster
Methods in org.neo4j.driver.internal.cluster that return ClusterCompositionModifier and TypeMethodDescriptionClusterCompositionLookupResult.getClusterComposition()
static ClusterComposition
Methods in org.neo4j.driver.internal.cluster that return types with arguments of type ClusterCompositionModifier and TypeMethodDescriptionClusterCompositionProvider.getClusterComposition
(Connection connection, org.neo4j.driver.internal.DatabaseName databaseName, Set<Bookmark> bookmarks, String impersonatedUser) RoutingProcedureClusterCompositionProvider.getClusterComposition
(Connection connection, org.neo4j.driver.internal.DatabaseName databaseName, Set<Bookmark> bookmarks, String impersonatedUser) Methods in org.neo4j.driver.internal.cluster with parameters of type ClusterCompositionModifier and TypeMethodDescriptionvoid
ClusterRoutingTable.update
(ClusterComposition cluster) void
RoutingTable.update
(ClusterComposition cluster) Constructors in org.neo4j.driver.internal.cluster with parameters of type ClusterCompositionModifierConstructorDescriptionClusterCompositionLookupResult
(ClusterComposition composition) ClusterCompositionLookupResult
(ClusterComposition composition, Set<org.neo4j.driver.internal.BoltServerAddress> resolvedInitialRouters)