|
Change Variable Type entry : Map.Entry<String,OResourcePool<String,OChannelBinaryAsynchClient>> to entry : Map.Entry<String,ORemoteConnectionPool> in method public close() : void in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public getMaxResources(url String) : int in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public release(conn OChannelBinaryAsynchClient) : void in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public getReusableConnections(url String) : int in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public getCreatedInstancesInPool(url String) : int in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type prev : OResourcePool<String,OChannelBinaryAsynchClient> to prev : ORemoteConnectionPool in method public acquire(iServerURL String, clientConfiguration OContextConfiguration, iConfiguration Map<String,Object>, iListener ORemoteServerEventListener) : OChannelBinaryAsynchClient in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public getAvailableConnections(url String) : int in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public closePool(url String) : void in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public remove(conn OChannelBinaryAsynchClient) : void in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |
|
Change Variable Type pool : OResourcePool<String,OChannelBinaryAsynchClient> to pool : ORemoteConnectionPool in method public acquire(iServerURL String, clientConfiguration OContextConfiguration, iConfiguration Map<String,Object>, iListener ORemoteServerEventListener) : OChannelBinaryAsynchClient in class com.orientechnologies.orient.client.remote.ORemoteConnectionManager |
From |
To |