Class CheckedGraphManager
java.lang.Object
org.apache.tinkerpop.gremlin.server.util.DefaultGraphManager
org.apache.tinkerpop.gremlin.server.util.CheckedGraphManager
- All Implemented Interfaces:
GraphManager
A
GraphManager that will prevent Gremlin Server from starting if all configured graphs fail.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.server.util.DefaultGraphManager
commit, commitAll, getAsBindings, getGraph, getGraphNames, getTraversalSource, getTraversalSourceNames, openGraph, putGraph, putTraversalSource, removeGraph, removeTraversalSource, rollback, rollbackAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.server.GraphManager
hasAnyOpenTransactions
-
Constructor Details
-
CheckedGraphManager
-
-
Method Details
-
addGraph
- Overrides:
addGraphin classDefaultGraphManager
-