Class OEngineAbstract

java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
All Implemented Interfaces:
OEngine
Direct Known Subclasses:
OEngineLocalPaginated, OEngineMemory, OEngineRemote

public abstract class OEngineAbstract extends Object implements OEngine
  • Constructor Details

    • OEngineAbstract

      public OEngineAbstract()
  • Method Details

    • startup

      public void startup()
      Description copied from interface: OEngine
      Performs initialization of engine. Initialization of engine in constructor is prohibited and all initialization steps should be done in this method.
      Specified by:
      startup in interface OEngine
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface OEngine
    • isRunning

      public boolean isRunning()
      Specified by:
      isRunning in interface OEngine
      Returns:
      true if this engine has been started and not shutdown yet, false otherwise.