Uses of Interface
org.infinispan.util.concurrent.locks.LockPromise
-
Packages that use LockPromise Package Description org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of LockPromise in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type LockPromise Modifier and Type Method Description protected java.lang.ObjectAbstractLockingInterceptor. nonTxLockAndInvokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, LockPromise lockPromise, InvocationFinallyAction finallyFunction)Locks and invoke the next interceptor for non-transactional commands. -
Uses of LockPromise in org.infinispan.util.concurrent.locks
Subinterfaces of LockPromise in org.infinispan.util.concurrent.locks Modifier and Type Interface Description interfaceExtendedLockPromiseAn extendedLockPromiseinterface that allows a better control over it.interfaceKeyAwareLockPromiseAn extension ofLockPromisethat contains a key associated to the lock.
-