Class OEngineRemote

java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
com.orientechnologies.orient.client.remote.OEngineRemote
All Implemented Interfaces:
OEngine

public class OEngineRemote extends OEngineAbstract
Remote engine implementation.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Field Details

  • Constructor Details

    • OEngineRemote

      public OEngineRemote()
  • Method Details

    • createStorage

      public OStorage createStorage(String iURL, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context)
    • 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
      Overrides:
      startup in class OEngineAbstract
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface OEngine
      Overrides:
      shutdown in class OEngineAbstract
    • getNameFromPath

      public String getNameFromPath(String dbPath)
    • getName

      public String getName()