| Package | Description |
|---|---|
| com.orientechnologies.orient.client.remote |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinaryAsynchClient |
ORemoteConnectionPool.acquire(java.lang.String iServerURL,
long timeout,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
ORemoteConnectionManager.acquire(java.lang.String iServerURL,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
OStorageRemote.beginRequest(OChannelBinaryAsynchClient network,
byte iCommand,
OStorageRemoteSession session)
Acquire a network channel from the pool.
|
protected OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNetworkConnection(java.lang.String serverURL,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNewResource(java.lang.String iKey,
java.lang.Object... iAdditionalArgs) |
OChannelBinaryAsynchClient |
OStorageRemote.getNetwork(java.lang.String iCurrentURL) |
static OChannelBinaryAsynchClient |
OStorageRemote.getNetwork(java.lang.String iCurrentURL,
ORemoteConnectionManager connectionManager,
OContextConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
OResourcePool<java.lang.String,OChannelBinaryAsynchClient> |
ORemoteConnectionPool.getPool() |
| Modifier and Type | Method and Description |
|---|---|
OChannelBinaryAsynchClient |
OStorageRemote.beginRequest(OChannelBinaryAsynchClient network,
byte iCommand,
OStorageRemoteSession session)
Acquire a network channel from the pool.
|
static void |
OStorageRemote.beginResponse(OChannelBinaryAsynchClient iNetwork,
OStorageRemoteSession session) |
void |
OStorageRemote.endRequest(OChannelBinaryAsynchClient iNetwork)
Ends the request and unlock the write lock
|
void |
OStorageRemote.endResponse(OChannelBinaryAsynchClient iNetwork)
End response reached: release the channel in the pool to being reused
|
T |
OStorageRemoteOperation.execute(OChannelBinaryAsynchClient network,
OStorageRemoteSession session) |
void |
OStorageRemote.openRemoteDatabase(OChannelBinaryAsynchClient network) |
void |
ORemoteConnectionManager.release(OChannelBinaryAsynchClient conn) |
void |
ORemoteConnectionManager.remove(OChannelBinaryAsynchClient conn) |
boolean |
ORemoteConnectionPool.reuseResource(java.lang.String iKey,
java.lang.Object[] iAdditionalArgs,
OChannelBinaryAsynchClient iValue) |
Copyright © 2009–2022 OrientDB. All rights reserved.