
public class OStorageRemoteSession extends Object implements ODatabaseSessionMetadata
| Constructor and Description |
|---|
OStorageRemoteSession(int sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(OChannelBinary connection) |
void |
close() |
Collection<OStorageRemoteNodeSession> |
getAllServerSessions() |
OStorageRemoteNodeSession |
getOrCreateServerSession(String serverURL) |
OStorageRemoteNodeSession |
getServerSession(String serverURL) |
String |
getServerUrl() |
Integer |
getSessionId() |
boolean |
hasConnection(OChannelBinary connection) |
boolean |
isClosed() |
void |
removeServerSession(String serverURL) |
public boolean hasConnection(OChannelBinary connection)
public OStorageRemoteNodeSession getServerSession(String serverURL)
public OStorageRemoteNodeSession getOrCreateServerSession(String serverURL)
public void addConnection(OChannelBinary connection)
public void close()
public boolean isClosed()
public Integer getSessionId()
public String getServerUrl()
public void removeServerSession(String serverURL)
public Collection<OStorageRemoteNodeSession> getAllServerSessions()
Copyright © 2009–2025 OrientDB. All rights reserved.