Uses of Interface
org.infinispan.util.concurrent.locks.LockPromise
-
Packages that use LockPromise Package Description org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
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.
-