Uses of Interface
org.neo4j.driver.internal.async.ConnectionContext
Packages that use ConnectionContext
Package
Description
-
Uses of ConnectionContext in org.neo4j.driver.internal.async
Classes in org.neo4j.driver.internal.async that implement ConnectionContextModifier and TypeClassDescriptionclass
AConnection
shall fulfil thisImmutableConnectionContext
when acquired from a connection provider.Methods in org.neo4j.driver.internal.async that return ConnectionContextModifier 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
Methods in org.neo4j.driver.internal.cluster with parameters of type ConnectionContextModifier 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
Methods in org.neo4j.driver.internal.cluster.loadbalancing with parameters of type ConnectionContext -
Uses of ConnectionContext in org.neo4j.driver.internal.spi
Methods in org.neo4j.driver.internal.spi with parameters of type ConnectionContextModifier and TypeMethodDescriptionConnectionProvider.acquireConnection
(ConnectionContext context)