Class LifeCycleHook.Context
java.lang.Object
org.apache.tinkerpop.gremlin.server.util.LifeCycleHook.Context
- Enclosing interface:
- LifeCycleHook
Contains objects from the server that might be useful to scripting during the startup and shutdown process.
-
Constructor Summary
ConstructorsConstructorDescriptionContext(org.slf4j.Logger logger) Deprecated.Context(org.slf4j.Logger logger, GraphManager graphManager) -
Method Summary
Modifier and TypeMethodDescriptionGets theGraphManagerwhich provides access to all configured graphs and traversal sources.org.slf4j.Logger
-
Constructor Details
-
Context
Deprecated.As of release 4.0.0, replaced byContext(Logger, GraphManager). -
Context
-
-
Method Details
-
getLogger
public org.slf4j.Logger getLogger() -
getGraphManager
Gets theGraphManagerwhich provides access to all configured graphs and traversal sources.
-
Context(Logger, GraphManager).