| Package | Description |
|---|---|
| com.orientechnologies.orient.client.binary | |
| com.orientechnologies.orient.client.remote | |
| com.orientechnologies.orient.server |
| Modifier and Type | Class and Description |
|---|---|
class |
OChannelBinaryAsynchClientSynch
Single requester client implementation.
|
| Constructor and Description |
|---|
OAsynchChannelServiceThread(ORemoteServerEventListener iRemoteServerEventListener,
OChannelBinaryAsynchClient iChannel) |
| Modifier and Type | Method and Description |
|---|---|
OResourcePool<String,OChannelBinaryAsynchClient> |
ORemoteConnectionPool.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORemoteConnectionPushListener.addListener(ORemoteConnectionPool pool,
OChannelBinaryAsynchClient connection,
OStorageRemoteAsynchEventListener listener) |
OChannelBinaryAsynchClient |
OStorageRemote.beginRequest(OChannelBinaryAsynchClient network,
byte iCommand)
Acquire a network channel from the pool.
|
void |
OStorageRemote.beginResponse(OChannelBinaryAsynchClient iNetwork)
Starts listening the response.
|
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) |
protected void |
OStorageRemote.getResponse(OChannelBinaryAsynchClient iNetwork) |
void |
OStorageRemote.openRemoteDatabase(OChannelBinaryAsynchClient network) |
protected Object |
OStorageRemote.readSynchResult(OChannelBinaryAsynchClient network,
ODatabaseDocument database) |
void |
ORemoteConnectionManager.release(OChannelBinaryAsynchClient conn) |
void |
ORemoteConnectionManager.remove(OChannelBinaryAsynchClient conn) |
boolean |
ORemoteConnectionPool.reuseResource(String iKey,
Object[] iAdditionalArgs,
OChannelBinaryAsynchClient iValue) |
protected void |
OStorageRemote.sendClientInfo(OChannelBinaryAsynchClient network,
String driverName,
boolean supportsPushMessages,
boolean collectStats) |
| Modifier and Type | Field and Description |
|---|---|
OChannelBinaryAsynchClient |
OServerShutdownMain.channel |
Copyright © 2009–2016 Orient Technologies. All rights reserved.