public class OEngineRemote
extends com.orientechnologies.orient.core.engine.OEngineAbstract
| Modifier and Type | Field and Description |
|---|---|
protected ORemoteConnectionManager |
connectionManager |
static String |
NAME |
protected static Map<String,OStorageRemote> |
sharedStorages |
| Constructor and Description |
|---|
OEngineRemote() |
| Modifier and Type | Method and Description |
|---|---|
com.orientechnologies.orient.core.storage.OStorage |
createStorage(String iURL,
Map<String,String> iConfiguration) |
ORemoteConnectionManager |
getConnectionManager() |
String |
getName() |
boolean |
isShared() |
void |
removeStorage(com.orientechnologies.orient.core.storage.OStorage iStorage) |
void |
removeStorage(String iURL) |
void |
shutdown() |
public static final String NAME
protected static final Map<String,OStorageRemote> sharedStorages
protected final ORemoteConnectionManager connectionManager
public com.orientechnologies.orient.core.storage.OStorage createStorage(String iURL, Map<String,String> iConfiguration)
public void removeStorage(String iURL)
public void removeStorage(com.orientechnologies.orient.core.storage.OStorage iStorage)
removeStorage in interface com.orientechnologies.orient.core.engine.OEngineremoveStorage in class com.orientechnologies.orient.core.engine.OEngineAbstractpublic void shutdown()
shutdown in interface com.orientechnologies.orient.core.engine.OEngineshutdown in class com.orientechnologies.orient.core.engine.OEngineAbstractpublic ORemoteConnectionManager getConnectionManager()
public String getName()
public boolean isShared()
Copyright © 2009–2015 Orient Technologies. All rights reserved.