
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,
long maxWalSegSize,
int storageId) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
OReadCache |
getReadCache() |
void |
shutdown() |
void |
startup()
Performs initialization of engine.
|
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 OStorage createStorage(String dbName, Map<String,String> configuration, long maxWalSegSize, int storageId)
public String getName()
public OReadCache getReadCache()
public void shutdown()
shutdown in interface OEngineshutdown in class OEngineAbstractCopyright © 2009–2025 OrientDB. All rights reserved.