Class InMemoryGraphTrackerLifecycleAdapter

  • All Implemented Interfaces:
    org.neo4j.graphdb.event.DatabaseEventListener, org.neo4j.kernel.lifecycle.Lifecycle

    public class InMemoryGraphTrackerLifecycleAdapter
    extends org.neo4j.kernel.lifecycle.LifecycleAdapter
    implements org.neo4j.graphdb.event.DatabaseEventListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void databasePanic​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)  
      void databaseShutdown​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)  
      void databaseStart​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)  
      void init()  
      void shutdown()  
      • Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter

        onInit, onShutdown, onStart, onStop, simpleLife, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.graphdb.event.DatabaseEventListener

        databaseCreate, databaseDrop
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Specified by:
        init in interface org.neo4j.kernel.lifecycle.Lifecycle
        Overrides:
        init in class org.neo4j.kernel.lifecycle.LifecycleAdapter
        Throws:
        java.lang.Exception
      • shutdown

        public void shutdown()
                      throws java.lang.Exception
        Specified by:
        shutdown in interface org.neo4j.kernel.lifecycle.Lifecycle
        Overrides:
        shutdown in class org.neo4j.kernel.lifecycle.LifecycleAdapter
        Throws:
        java.lang.Exception
      • databaseShutdown

        public void databaseShutdown​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)
        Specified by:
        databaseShutdown in interface org.neo4j.graphdb.event.DatabaseEventListener
      • databasePanic

        public void databasePanic​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)
        Specified by:
        databasePanic in interface org.neo4j.graphdb.event.DatabaseEventListener
      • databaseStart

        public void databaseStart​(org.neo4j.graphdb.event.DatabaseEventContext eventContext)
        Specified by:
        databaseStart in interface org.neo4j.graphdb.event.DatabaseEventListener