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 iServerURL, OContextConfiguration clientConfiguration) ORemoteConnectionPool.acquire(String iServerURL, long timeout, OContextConfiguration clientConfiguration) OStorageRemote.beginRequest(OChannelBinaryAsynchClient network, byte iCommand, OStorageRemoteSession session) Acquire a network channel from the pool.protected OChannelBinaryAsynchClientORemoteConnectionPool.createNetworkConnection(String serverURL, OContextConfiguration clientConfiguration) ORemoteConnectionPool.createNewResource(String iKey, Object... iAdditionalArgs) OStorageRemote.getNetwork(String iCurrentURL) static OChannelBinaryAsynchClientOStorageRemote.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 TypeMethodDescriptionOStorageRemote.beginRequest(OChannelBinaryAsynchClient network, byte iCommand, OStorageRemoteSession session) Acquire a network channel from the pool.static voidOStorageRemote.beginResponse(OChannelBinaryAsynchClient iNetwork, OStorageRemoteSession session) voidOStorageRemote.endRequest(OChannelBinaryAsynchClient iNetwork) Ends the request and unlock the write lockvoidOStorageRemote.endResponse(OChannelBinaryAsynchClient iNetwork) End response reached: release the channel in the pool to being reusedOStorageRemoteOperation.execute(OChannelBinaryAsynchClient network, OStorageRemoteSession session) voidOStorageRemote.openRemoteDatabase(OChannelBinaryAsynchClient network) voidORemoteConnectionManager.release(OChannelBinaryAsynchClient conn) voidORemoteConnectionManager.remove(OChannelBinaryAsynchClient conn) voidORemoteConnectionManager.removeIfPresent(OChannelBinaryAsynchClient conn) booleanORemoteConnectionPool.reuseResource(String iKey, Object[] iAdditionalArgs, OChannelBinaryAsynchClient iValue) -
Uses of OChannelBinaryAsynchClient in com.orientechnologies.orient.server
Fields in com.orientechnologies.orient.server declared as OChannelBinaryAsynchClient