Class Settings.GraphSettings
java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.GraphSettings
- Enclosing class:
- Settings
Settings for a
Graph entry in the server YAML. Each graph has a configuration file path
and optionally a list of TraversalSource bindings.-
Field Summary
FieldsModifier and TypeFieldDescriptionPath to the graph configuration properties file.Optional list ofTraversalSourcebindings for this graph. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configuration
Path to the graph configuration properties file. -
traversalSources
Optional list ofTraversalSourcebindings for this graph. When absent, a default traversal source is auto-created.
-
-
Constructor Details
-
GraphSettings
public GraphSettings()
-