Uses of Interface
org.infinispan.util.concurrent.locks.KeyAwareLockPromise
Packages that use KeyAwareLockPromise
Package
Description
Lock and synchronization related classes, tools and utilities.
-
Uses of KeyAwareLockPromise in org.infinispan.util.concurrent.locks
Fields in org.infinispan.util.concurrent.locks declared as KeyAwareLockPromiseMethods in org.infinispan.util.concurrent.locks that return KeyAwareLockPromiseModifier and TypeMethodDescriptionAttempts to lock thekey
if the lock isn't already held by thelockOwner
.LockManager.lockAll
(Collection<?> keys, Object lockOwner, long time, TimeUnit unit) Same asLockManager.lock(Object, Object, long, TimeUnit)
but for multiple keys. -
Uses of KeyAwareLockPromise in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl that return KeyAwareLockPromiseModifier and TypeMethodDescriptionDefaultLockManager.lockAll
(Collection<?> keys, Object lockOwner, long time, TimeUnit unit)