Uses of Class
com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient
Packages that use OChannelBinaryAsynchClient
-
Uses of OChannelBinaryAsynchClient in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return OChannelBinaryAsynchClientModifier and TypeMethodDescriptionORemoteConnectionManager.acquire(String url, OContextConfiguration clientConfiguration) ORemoteConnectionPool.acquire(String iServerURL, long timeout, OContextConfiguration clientConfiguration) ORemoteClient.beginRequest(OChannelBinaryAsynchClient network, byte iCommand, ORemoteClientSession session) Acquire a network channel from the pool.protected OChannelBinaryAsynchClientORemoteConnectionPool.createNetworkConnection()ORemoteConnectionPool.createNewResource(String iKey) ORemoteClient.getNetwork(String iCurrentURL) static OChannelBinaryAsynchClientORemoteClient.getNetwork(String iCurrentURL, ORemoteConnectionManager connectionManager, OContextConfiguration config) Methods in com.orientechnologies.orient.client.remote that return types with arguments of type OChannelBinaryAsynchClientMethods in com.orientechnologies.orient.client.remote with parameters of type OChannelBinaryAsynchClientModifier and TypeMethodDescriptionORemoteClient.beginRequest(OChannelBinaryAsynchClient network, byte iCommand, ORemoteClientSession session) Acquire a network channel from the pool.static voidORemoteClient.beginResponse(OChannelBinaryAsynchClient iNetwork, ORemoteClientSession session) voidORemoteClient.endRequest(OChannelBinaryAsynchClient iNetwork) Ends the request and unlock the write lockvoidORemoteClient.endResponse(OChannelBinaryAsynchClient iNetwork) End response reached: release the channel in the pool to being reusedORemoteClientOperation.execute(OChannelBinaryAsynchClient network, ORemoteClientSession session) voidORemoteClient.openRemoteDatabase(ORemoteClientSession session, OChannelBinaryAsynchClient network) voidORemoteConnectionManager.release(OChannelBinaryAsynchClient conn) voidORemoteConnectionManager.remove(OChannelBinaryAsynchClient conn) voidORemoteConnectionManager.removeIfPresent(OChannelBinaryAsynchClient conn) booleanORemoteConnectionPool.reuseResource(String iKey, OChannelBinaryAsynchClient iValue) -
Uses of OChannelBinaryAsynchClient in com.orientechnologies.orient.server
Fields in com.orientechnologies.orient.server declared as OChannelBinaryAsynchClient