Uses of Interface
org.infinispan.util.concurrent.locks.KeyAwareLockPromise
-
Packages that use KeyAwareLockPromise Package Description org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.stats.wrappers org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of KeyAwareLockPromise in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return KeyAwareLockPromise Modifier and Type Method Description protected KeyAwareLockPromiseAbstractLockingInterceptor. lockAndRecord(InvocationContext context, java.lang.Object key, long timeout) -
Uses of KeyAwareLockPromise in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers that return KeyAwareLockPromise Modifier and Type Method Description KeyAwareLockPromiseExtendedStatisticLockManager. lock(java.lang.Object key, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit)KeyAwareLockPromiseTopKeyLockManager. lock(java.lang.Object key, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit)KeyAwareLockPromiseExtendedStatisticLockManager. lockAll(java.util.Collection<?> keys, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit)KeyAwareLockPromiseTopKeyLockManager. lockAll(java.util.Collection<?> keys, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit) -
Uses of KeyAwareLockPromise in org.infinispan.util.concurrent.locks
Fields in org.infinispan.util.concurrent.locks declared as KeyAwareLockPromise Modifier and Type Field Description static KeyAwareLockPromiseKeyAwareLockPromise. NO_OPMethods in org.infinispan.util.concurrent.locks that return KeyAwareLockPromise Modifier and Type Method Description KeyAwareLockPromiseLockManager. lock(java.lang.Object key, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit)Attempts to lock thekeyif the lock isn't already held by thelockOwner.KeyAwareLockPromiseLockManager. lockAll(java.util.Collection<?> keys, java.lang.Object lockOwner, long time, java.util.concurrent.TimeUnit unit)Same asLockManager.lock(Object, Object, long, TimeUnit)but for multiple keys.
-