Uses of Interface
org.infinispan.util.concurrent.locks.KeyAwareLockPromise
Package
Description
Lock and synchronization related classes, tools and utilities.
-
Uses of KeyAwareLockPromise in org.infinispan.extendedstats.wrappers
Modifier and TypeMethodDescriptionExtendedStatisticLockManager.lockAll
(Collection<?> keys, Object lockOwner, long time, TimeUnit unit) TopKeyLockManager.lockAll
(Collection<?> keys, Object lockOwner, long time, TimeUnit unit) -
Uses of KeyAwareLockPromise in org.infinispan.util.concurrent.locks
Modifier 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
Modifier and TypeMethodDescriptionDefaultLockManager.lockAll
(Collection<?> keys, Object lockOwner, long time, TimeUnit unit)