Uses of Interface
org.eclipse.rdf4j.common.concurrent.locks.Lock.Supplier
Package
Description
Package offering various locking scheme implementations.
-
Uses of Lock.Supplier in org.eclipse.rdf4j.common.concurrent.locks
Modifier and TypeInterfaceDescriptionstatic interface
Lock.ExtendedSupplier<T extends Lock>
Extension of the Lock.Supplier interface to support tryLock().Modifier and TypeMethodDescriptionstatic <T extends Lock>
Lock.ExtendedSupplier.Wrapper<T>Lock.ExtendedSupplier.wrap
(Lock.Supplier<T> getLockSupplier, Lock.Supplier<T> tryLockSupplier)