Uses of Class
org.neo4j.driver.internal.cluster.RoutingContext
Packages that use RoutingContext
Package
Description
-
Uses of RoutingContext in org.neo4j.driver.internal.async.connection
Constructors in org.neo4j.driver.internal.async.connection with parameters of type RoutingContextModifierConstructorDescriptionChannelConnectorImpl
(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, ChannelPipelineBuilder pipelineBuilder, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, org.neo4j.driver.internal.BoltAgent boltAgent) ChannelConnectorImpl
(org.neo4j.driver.internal.ConnectionSettings connectionSettings, SecurityPlan securityPlan, Logging logging, Clock clock, RoutingContext routingContext, org.neo4j.driver.internal.DomainNameResolver domainNameResolver, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, org.neo4j.driver.internal.BoltAgent boltAgent) HandshakeCompletedListener
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, RoutingContext routingContext, io.netty.channel.ChannelPromise connectionInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock) -
Uses of RoutingContext in org.neo4j.driver.internal.cluster
Fields in org.neo4j.driver.internal.cluster declared as RoutingContextMethods in org.neo4j.driver.internal.cluster that return RoutingContextModifier and TypeMethodDescriptionRoutingSettings.routingContext()
Returns the value of theroutingContext
record component.Constructors in org.neo4j.driver.internal.cluster with parameters of type RoutingContextModifierConstructorDescriptionMultiDatabasesRoutingProcedureRunner
(RoutingContext context, Logging logging) RouteMessageRoutingProcedureRunner
(RoutingContext routingContext) protected
RouteMessageRoutingProcedureRunner
(RoutingContext routingContext, Supplier<CompletableFuture<Map<String, Value>>> createCompletableFuture) RoutingProcedureClusterCompositionProvider
(Clock clock, RoutingContext routingContext, Logging logging) RoutingSettings
(long routingTablePurgeDelayMs, RoutingContext routingContext) Creates an instance of aRoutingSettings
record class.SingleDatabaseRoutingProcedureRunner
(RoutingContext context, Logging logging) -
Uses of RoutingContext in org.neo4j.driver.internal.messaging
Methods in org.neo4j.driver.internal.messaging with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
BoltProtocol.initializeChannel
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig GqlNotificationConfig, Clock clock) Initialize channel after it is connected and handshake selected this protocol version. -
Uses of RoutingContext in org.neo4j.driver.internal.messaging.v3
Methods in org.neo4j.driver.internal.messaging.v3 with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
BoltProtocolV3.initializeChannel
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock) -
Uses of RoutingContext in org.neo4j.driver.internal.messaging.v51
Methods in org.neo4j.driver.internal.messaging.v51 with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
BoltProtocolV51.initializeChannel
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock) -
Uses of RoutingContext in org.neo4j.driver.internal.messaging.v53
Methods in org.neo4j.driver.internal.messaging.v53 with parameters of type RoutingContextModifier and TypeMethodDescriptionvoid
BoltProtocolV53.initializeChannel
(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock)