public class OEngineLocalPaginated extends OEngineAbstract
Modifier and Type | Field and Description |
---|---|
protected OClosableLinkedContainer<Long,OFile> |
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,
long doubleWriteLogMaxSegSize,
int storageId) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
OReadCache |
getReadCache() |
void |
shutdown() |
void |
startup()
Performs initialization of engine.
|
getMode, isRunning
public static final String NAME
protected final OClosableLinkedContainer<Long,OFile> files
public void startup()
OEngine
startup
in interface OEngine
startup
in class OEngineAbstract
public void changeCacheSize(long cacheSize)
cacheSize
- Cache size in bytes.OReadCache.changeMaximumAmountOfMemory(long)
public OStorage createStorage(String dbName, Map<String,String> configuration, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId)
public String getName()
public OReadCache getReadCache()
public void shutdown()
shutdown
in interface OEngine
shutdown
in class OEngineAbstract
Copyright © 2009–2020 OrientDB. All rights reserved.