Class Settings.GraphSettings

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

public static class Settings.GraphSettings extends Object
Settings for a Graph entry in the server YAML. Each graph has a configuration file path and optionally a list of TraversalSource bindings.
  • Field Details

    • configuration

      public String configuration
      Path to the graph configuration properties file.
    • traversalSources

      public List<Settings.TraversalSourceSettings> traversalSources
      Optional list of TraversalSource bindings for this graph. When absent, a default traversal source is auto-created.
  • Constructor Details

    • GraphSettings

      public GraphSettings()