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 |
|---|---|
OStorage |
createStorage(String iURL,
long maxWalSegSize,
long doubleWriteLogMaxSegSize,
int storageId,
OrientDBInternal context) |
String |
getName() |
String |
getNameFromPath(String dbPath) |
void |
shutdown() |
void |
startup() |
isRunningpublic static final String NAME
public static final String PREFIX
public OStorage createStorage(String iURL, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context)
public void startup()
startup in interface OEnginestartup in class OEngineAbstractpublic void shutdown()
shutdown in interface OEngineshutdown in class OEngineAbstractpublic String getName()
Copyright © 2009–2023 OrientDB. All rights reserved.