Uses of Interface
org.infinispan.util.concurrent.locks.ExtendedLockPromise
Packages that use ExtendedLockPromise
-
Uses of ExtendedLockPromise in org.infinispan.util.concurrent.locks.impl
Methods in org.infinispan.util.concurrent.locks.impl that return ExtendedLockPromiseModifier and TypeMethodDescriptionIt tries to acquire this lock.Constructor parameters in org.infinispan.util.concurrent.locks.impl with type arguments of type ExtendedLockPromiseModifierConstructorDescriptionInfinispanLock
(Executor nonBlockingExecutor, TimeService timeService, Runnable releaseRunnable, Object owner, ByRef<ExtendedLockPromise> lockPromise) Creates a new instance which is acquired byowner
.