Uses of Interface
org.neo4j.driver.RoutingControl
Packages that use RoutingControl
-
Uses of RoutingControl in org.neo4j.driver
Fields in org.neo4j.driver declared as RoutingControlModifier and TypeFieldDescriptionstatic final RoutingControl
RoutingControl.READ
Routes to the followers in the cluster.static final RoutingControl
RoutingControl.WRITE
Routes to the leader of the cluster.Methods in org.neo4j.driver that return RoutingControlMethods in org.neo4j.driver with parameters of type RoutingControlModifier and TypeMethodDescriptionQueryConfig.Builder.withRouting
(RoutingControl routing) Set routing mode for the query.