Package org.eclipse.rdf4j.common.concurrent.locks
package org.eclipse.rdf4j.common.concurrent.locks
Package offering various locking scheme implementations. Common locking
functionality (java.util.concurrent.locks, Jakarta Commons Transaction)
associate locks with threads. The lock managers in this package use explicit
lock objects that do not have this association.
-
Interface SummaryInterfaceDescriptionA lock on a specific monitor that can be used for synchronization purposes.A lock manager that manages a multi-read, single-write lock.
-
Class SummaryClassDescriptionAn abstract base implementation of a read/write lock manager.A lock manager for exclusive locks.LockingIteration<E,X extends Exception>An Iteration that holds on to a lock until the Iteration is closed.Manages a set of active locks.Class controlling various logging properties such as the amount of lock tracking that is done for debugging (at the cost of performance).A read/write lock manager with reader preference.A read/write lock manager with writer preference.