Uses of Interface
org.infinispan.util.concurrent.locks.KeyAwareLockPromise
-
Packages that use KeyAwareLockPromise Package Description org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.util.concurrent.locks.impl -
-
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(Object key, Object lockOwner, long time, TimeUnit unit)Attempts to lock thekeyif the lock isn't already held by thelockOwner.KeyAwareLockPromiseLockManager. 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 KeyAwareLockPromise Modifier and Type Method Description KeyAwareLockPromiseDefaultLockManager. lock(Object key, Object lockOwner, long time, TimeUnit unit)KeyAwareLockPromiseDefaultLockManager. lockAll(Collection<?> keys, Object lockOwner, long time, TimeUnit unit)
-