Class CheckedGraphManager
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.server.util.DefaultGraphManager
- 
- org.apache.tinkerpop.gremlin.server.util.CheckedGraphManager
 
 
- 
- All Implemented Interfaces:
- GraphManager
 
 public class CheckedGraphManager extends DefaultGraphManager AGraphManagerthat will prevent Gremlin Server from starting if all configured graphs fail.
- 
- 
Constructor SummaryConstructors Constructor Description CheckedGraphManager(Settings settings)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddGraph(String name, String configurationFile)- 
Methods inherited from class org.apache.tinkerpop.gremlin.server.util.DefaultGraphManagercommit, commitAll, getAsBindings, getGraph, getGraphNames, getTraversalSource, getTraversalSourceNames, openGraph, putGraph, putTraversalSource, removeGraph, removeTraversalSource, rollback, rollbackAll
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.server.GraphManagerbeforeQueryStart, hasAnyOpenTransactions, onQueryError, onQuerySuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
CheckedGraphManagerpublic CheckedGraphManager(Settings settings) 
 
- 
 - 
Method Detail- 
addGraphprotected void addGraph(String name, String configurationFile) - Overrides:
- addGraphin class- DefaultGraphManager
 
 
- 
 
-