Class OEngineRemote
java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
com.orientechnologies.orient.client.remote.OEngineRemote
- All Implemented Interfaces:
OEngine
Remote engine implementation.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStorage(String iURL, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) getName()getNameFromPath(String dbPath) voidshutdown()voidstartup()Performs initialization of engine.Methods inherited from class com.orientechnologies.orient.core.engine.OEngineAbstract
isRunning
-
Field Details
-
NAME
- See Also:
-
PREFIX
- See Also:
-
-
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: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
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceOEngine- Overrides:
shutdownin classOEngineAbstract
-
getNameFromPath
-
getName
-