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, org.infinispan.commons.time.TimeService timeService, Runnable releaseRunnable, Object owner, org.infinispan.commons.util.ByRef<ExtendedLockPromise> lockPromise) Creates a new instance which is acquired byowner.