Class LifeCycleHook.Context

java.lang.Object
org.apache.tinkerpop.gremlin.server.util.LifeCycleHook.Context
Enclosing interface:
LifeCycleHook

public static class LifeCycleHook.Context extends Object
Contains objects from the server that might be useful to scripting during the startup and shutdown process.
  • Constructor Details

  • Method Details

    • getLogger

      public org.slf4j.Logger getLogger()
    • getGraphManager

      public GraphManager getGraphManager()
      Gets the GraphManager which provides access to all configured graphs and traversal sources.