Uses of Enum Class
org.neo4j.driver.RoutingControl
Packages that use RoutingControl
-
Uses of RoutingControl in org.neo4j.driver
Methods in org.neo4j.driver that return RoutingControlModifier and TypeMethodDescriptionQueryConfig.routing()Returns routing mode for the query.static RoutingControlReturns the enum constant of this class with the specified name.static RoutingControl[]RoutingControl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.driver with parameters of type RoutingControlModifier and TypeMethodDescriptionQueryConfig.Builder.withRouting(RoutingControl routing) Set routing mode for the query.