
public class OEngineRemote extends OEngineAbstract
| Modifier and Type | Field and Description |
|---|---|
protected ORemoteConnectionManager |
connectionManager |
static String |
NAME |
static String |
PREFIX |
| Constructor and Description |
|---|
OEngineRemote() |
| Modifier and Type | Method and Description |
|---|---|
OStorageRemote |
createStorage(String iURL,
Map<String,String> iConfiguration) |
ORemoteConnectionManager |
getConnectionManager() |
String |
getName() |
String |
getNameFromPath(String dbPath) |
void |
removeStorage(OStorage iStorage) |
void |
shutdown() |
void |
startup() |
generateStorageId, getMode, isRunningpublic static final String NAME
public static final String PREFIX
protected volatile ORemoteConnectionManager connectionManager
public OStorageRemote createStorage(String iURL, Map<String,String> iConfiguration)
public void removeStorage(OStorage iStorage)
removeStorage in interface OEngineremoveStorage in class OEngineAbstractpublic void startup()
startup in interface OEnginestartup in class OEngineAbstractpublic void shutdown()
shutdown in interface OEngineshutdown in class OEngineAbstractpublic ORemoteConnectionManager getConnectionManager()
public String getName()
Copyright © 2009–2017 OrientDB. All rights reserved.