public interface OEngine
Modifier and Type | Method and Description |
---|---|
OStorage |
createStorage(String iURL,
Map<String,String> parameters,
long maxWalSegSize,
long doubleWriteLogMaxSegSize,
int storageId) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
boolean |
isRunning() |
void |
shutdown() |
void |
startup()
Performs initialization of engine.
|
String getName()
OStorage createStorage(String iURL, Map<String,String> parameters, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId)
void shutdown()
void startup()
boolean isRunning()
true
if this engine has been started and not shutdown yet, false
otherwise.Copyright © 2009–2020 OrientDB. All rights reserved.