java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
com.orientechnologies.orient.core.engine.memory.OEngineMemory
All Implemented Interfaces:
OEngine

public class OEngineMemory extends OEngineAbstract
  • Field Details

  • Constructor Details

    • OEngineMemory

      public OEngineMemory()
  • Method Details

    • createStorage

      public OStorage createStorage(String url, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context)
    • getName

      public String getName()
    • getNameFromPath

      public String getNameFromPath(String dbPath)
    • 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