Uses of Interface
org.neo4j.driver.internal.async.ConnectionContext
Package
Description
-
Uses of ConnectionContext in org.neo4j.driver.internal.async
Modifier and TypeClassDescriptionclass
AConnection
shall fulfil thisImmutableConnectionContext
when acquired from a connection provider.Modifier and TypeMethodDescriptionstatic ConnectionContext
ImmutableConnectionContext.simple
(boolean supportsMultiDb) A simple context is used to test connectivity with a remote server/cluster. -
Uses of ConnectionContext in org.neo4j.driver.internal.cluster
Modifier and TypeMethodDescriptionRoutingTableHandler.ensureRoutingTable
(ConnectionContext context) RoutingTableHandlerImpl.ensureRoutingTable
(ConnectionContext context) RoutingTableRegistry.ensureRoutingTable
(ConnectionContext context) Ensures the routing table for the database with given access mode.RoutingTableRegistryImpl.ensureRoutingTable
(ConnectionContext context) -
Uses of ConnectionContext in org.neo4j.driver.internal.cluster.loadbalancing
-
Uses of ConnectionContext in org.neo4j.driver.internal.spi
Modifier and TypeMethodDescriptionConnectionProvider.acquireConnection
(ConnectionContext context)