Uses of Interface
org.neo4j.driver.RoutingControl
-
Uses of RoutingControl in org.neo4j.driver
Modifier 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.Modifier and TypeMethodDescriptionQueryConfig.Builder.withRouting
(RoutingControl routing) Set routing mode for the query.