Class OEngineLocalPaginated
java.lang.Object
com.orientechnologies.orient.core.engine.OEngineAbstract
com.orientechnologies.orient.core.engine.local.OEngineLocalPaginated
- All Implemented Interfaces:
OEngine
- Since:
- 28.03.13
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeCacheSize(long cacheSize) createStorage(String dbName, 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:
-
files
-
-
Constructor Details
-
OEngineLocalPaginated
public OEngineLocalPaginated()
-
-
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.- Specified by:
startupin interfaceOEngine- Overrides:
startupin classOEngineAbstract
-
changeCacheSize
public void changeCacheSize(long cacheSize) - Parameters:
cacheSize- Cache size in bytes.- See Also:
-
createStorage
public OStorage createStorage(String dbName, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
getName
-
getReadCache
-
getNameFromPath
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceOEngine- Overrides:
shutdownin classOEngineAbstract
-