Package | Description |
---|---|
com.orientechnologies.orient.client.remote | |
com.orientechnologies.orient.server |
Modifier and Type | Method and Description |
---|---|
OChannelBinaryAsynchClient |
ORemoteConnectionPool.acquire(String iServerURL,
long timeout,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
ORemoteConnectionManager.acquire(String iServerURL,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
OStorageRemote.beginRequest(OChannelBinaryAsynchClient network,
byte iCommand,
OStorageRemoteSession session)
Acquire a network channel from the pool.
|
protected OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNetworkConnection(String iServerURL,
OContextConfiguration clientConfiguration) |
OChannelBinaryAsynchClient |
ORemoteConnectionPool.createNewResource(String iKey,
Object... iAdditionalArgs) |
OChannelBinaryAsynchClient |
OStorageRemote.getNetwork(String iCurrentURL) |
Modifier and Type | Method and Description |
---|---|
OResourcePool<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.
|
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(String iKey,
Object[] iAdditionalArgs,
OChannelBinaryAsynchClient iValue) |
Modifier and Type | Field and Description |
---|---|
OChannelBinaryAsynchClient |
OServerShutdownMain.channel |
Copyright © 2009–2020 OrientDB. All rights reserved.