Class Settings.TraversalSourceSettings
java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.TraversalSourceSettings
- Enclosing class:
- Settings
Settings for a declarative
TraversalSource entry nested under a graph in the server YAML.-
Field Summary
FieldsModifier and TypeFieldDescriptionAn optional Gremlin expression evaluated with a base traversal source bound asg.The script engine language to use for evaluatinggremlinExpression.The binding name for this traversal source. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The binding name for this traversal source. -
gremlinExpression
An optional Gremlin expression evaluated with a base traversal source bound asg. The result of the expression becomes the finalTraversalSource. -
language
The script engine language to use for evaluatinggremlinExpression. If not specified, resolution falls back to the single configured engine orgremlin-lang.
-
-
Constructor Details
-
TraversalSourceSettings
public TraversalSourceSettings()
-