Toggle navigation
Home
org.infinispan.interceptors.InvocationStage to java.lang.Object
No. of Instances - 17
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
returnWithAsync(remoteInvocation.thenApply(responses -> rv))
to
asyncValue(remoteInvocation.thenApply(responses -> rv))
invokeNext(ctx,lcc).thenCompose((stage1,rCtx,rCommand,rv) -> { acquireLocalLocks(rCtx,rLockCommand,keys); return invokeNext(rCtx,command); } )
to
invokeNextThenApply(ctx,lcc,(rCtx,rLockCommand,rv) -> { acquireLocalLocks(rCtx,command,keys); return invokeNext(rCtx,command); } )
invokeNext(ctx,lcc).thenCompose((stage1,rCtx,rCommand,rv) -> { ((TxInvocationContext<?>)rCtx).addAllAffectedKeys(keysToLock); acquireLocalCompositeLocks(command,keysToLock,rCtx); return invokeNext(rCtx,command); } )
to
invokeNextThenApply(ctx,lcc,(rCtx,rCommand,rv) -> { ((TxInvocationContext<?>)rCtx).addAllAffectedKeys(keysToLock); acquireLocalCompositeLocks(command,keysToLock,rCtx); return invokeNext(rCtx,command); } )
invokeNext(ctx,lcc).thenCompose((stage1,rCtx,rCommand,rv) -> { acquireLocalLocks(rCtx,(FlagAffectedCommand)rCommand,keys); return invokeNext(rCtx,command); } )
to
invokeNextThenApply(ctx,lcc,(rCtx,rCommand,rv) -> { acquireLocalLocks(rCtx,command,keys); return invokeNext(rCtx,command); } )
Rename Variable
stage
to
rv
Other
(FlagAffectedCommand)rCommand
to
rLockCommand