Uses of Interface
org.infinispan.util.concurrent.locks.ExtendedLockPromise
-
Packages that use ExtendedLockPromise Package Description org.infinispan.util.concurrent.locks.impl -
-
Uses of ExtendedLockPromise in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl that return ExtendedLockPromise Modifier and Type Method Description ExtendedLockPromise
InfinispanLock. acquire(Object lockOwner, long time, TimeUnit timeUnit)
It tries to acquire this lock.ExtendedLockPromise
LockContainer. acquire(Object key, Object lockOwner, long time, TimeUnit timeUnit)
ExtendedLockPromise
PerKeyLockContainer. acquire(Object key, Object lockOwner, long time, TimeUnit timeUnit)
ExtendedLockPromise
StripedLockContainer. acquire(Object key, Object lockOwner, long time, TimeUnit timeUnit)
-