Class DefaultGraphManager

java.lang.Object
org.apache.tinkerpop.gremlin.server.util.DefaultGraphManager
All Implemented Interfaces:
GraphManager
Direct Known Subclasses:
CheckedGraphManager

public class DefaultGraphManager extends Object implements GraphManager
Holder for Graph and TraversalSource instances configured for the server to be passed to script engine bindings. The Graph instances are read from the Settings for Gremlin Server as defined in the configuration file. The TraversalSource instances are rebound to the GraphManager once initialization scripts construct them.