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 Object
AbstractLockingInterceptor. nonTxLockAndInvokeNext(InvocationContext ctx, 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 interface
ExtendedLockPromise
An extendedLockPromise
interface that allows a better control over it.interface
KeyAwareLockPromise
An extension ofLockPromise
that contains a key associated to the lock.
-