Class OEngineMemory
java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
com.orientechnologies.orient.core.engine.memory.OEngineMemory
- All Implemented Interfaces:
OEngine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStorage(String url, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) getName()getNameFromPath(String dbPath) voidstartup()Performs initialization of engine.Methods inherited from class com.orientechnologies.orient.core.engine.OEngineAbstract
isRunning, shutdown
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OEngineMemory
public OEngineMemory()
-
-
Method Details
-
createStorage
public OStorage createStorage(String url, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
getName
-
getNameFromPath
-
startup
public void startup()Description copied from interface:OEnginePerforms initialization of engine. Initialization of engine in constructor is prohibited and all initialization steps should be done in this method.- Specified by:
startupin interfaceOEngine- Overrides:
startupin classOEngineAbstract
-