Class Settings.TraversalSourceSettings

java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.TraversalSourceSettings
Enclosing class:
Settings

public static class Settings.TraversalSourceSettings extends Object
Settings for a declarative TraversalSource entry nested under a graph in the server YAML.
  • Field Details

    • name

      public String name
      The binding name for this traversal source.
    • gremlinExpression

      public String gremlinExpression
      An optional Gremlin expression evaluated with a base traversal source bound as g. The result of the expression becomes the final TraversalSource.
    • language

      public String language
      The script engine language to use for evaluating gremlinExpression. If not specified, resolution falls back to the single configured engine or gremlin-lang.
  • Constructor Details

    • TraversalSourceSettings

      public TraversalSourceSettings()