public class OEngineRemote extends OEngineAbstract
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
static String |
PREFIX |
Constructor and Description |
---|
OEngineRemote() |
Modifier and Type | Method and Description |
---|---|
OStorageRemote |
createStorage(String iURL,
Map<String,String> iConfiguration,
long maxWalSegSize,
long doubleWriteLogMaxSegSize,
int storageId) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
void |
shutdown() |
void |
startup()
Performs initialization of engine.
|
getMode, isRunning
public static final String NAME
public static final String PREFIX
public OStorageRemote createStorage(String iURL, Map<String,String> iConfiguration, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId)
public void startup()
OEngine
startup
in interface OEngine
startup
in class OEngineAbstract
public void shutdown()
shutdown
in interface OEngine
shutdown
in class OEngineAbstract
public String getName()
Copyright © 2009–2020 OrientDB. All rights reserved.