
public class OEngineLocalPaginated extends OEngineAbstract
| Modifier and Type | Field and Description |
|---|---|
protected OClosableLinkedContainer<Long,OFileClassic> |
files |
static String |
NAME |
| Constructor and Description |
|---|
OEngineLocalPaginated() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCacheSize(long cacheSize) |
OStorage |
createStorage(String dbName,
Map<String,String> configuration) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
O2QCache |
getReadCache() |
void |
shutdown() |
void |
startup()
Performs initialization of engine.
|
generateStorageId, getMode, isRunning, removeStoragepublic static final String NAME
protected final OClosableLinkedContainer<Long,OFileClassic> files
public void startup()
OEnginestartup in interface OEnginestartup in class OEngineAbstractpublic void changeCacheSize(long cacheSize)
cacheSize - Cache size in bytes.O2QCache.changeMaximumAmountOfMemory(long)public String getName()
public O2QCache getReadCache()
public void shutdown()
shutdown in interface OEngineshutdown in class OEngineAbstractCopyright © 2009–2025 OrientDB. All rights reserved.