Class OEngineAbstract
java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
- All Implemented Interfaces:
OEngine
- Direct Known Subclasses:
OEngineLocalPaginated,OEngineMemory,OEngineRemote
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.engine.OEngine
createStorage, getName, getNameFromPath
-
Constructor Details
-
OEngineAbstract
public OEngineAbstract()
-
-
Method Details
-
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. -
shutdown
public void shutdown() -
isRunning
public boolean isRunning()
-