Toggle navigation
Home
java.util.Map to java.util.concurrent.CompletableFuture
No. of Instances - 21
No. of Commits - 5
No. of Projects - {'james-project', 'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
ret
to
future
responseMap
to
future
responseMap
to
future
addressResponseMap
to
remoteInvocation
addressResponseMap
to
remoteInvocation
responseMap
to
remoteInvocation
resps
to
remoteInvocation
responseMap
to
remoteInvocation
responseMap
to
remoteInvocation
responseMap
to
remoteInvocation
responseMap
to
remoteInvocation
Other
InfinispanCollections.emptyMap()
to
InfinispanCollections.emptyMap()
Cascading Type Change (Similar)
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Map<Address,Response>
to
CompletableFuture<Map<Address,Response>>
Rename Method invocation
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
invokeRemotely
to
invokeRemotelyAsync
Add or Remove Method invocation
rpcManager.invokeRemotely(Collections.singletonList(primaryOwner),command,rpcManager.getDefaultRpcOptions(isSyncForwarding))
to
rpcManager.invokeRemotelyAsync(Collections.singletonList(primaryOwner),command,rpcManager.getDefaultRpcOptions(isSyncForwarding))