Uses of Package
org.eclipse.rdf4j.common.concurrent.locks
Packages that use org.eclipse.rdf4j.common.concurrent.locks
Package
Description
Package offering various locking scheme implementations.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Abstract base implementation and internal helper classes for Sail implementations.
An implementation of the RDF SAIL API that uses main memory for storage.
A Sail implementation for SHACL constraint checking.
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.common.concurrent.locksClassDescriptionAn abstract base implementation of a read/write-lock manager.A lock on a specific monitor that can be used for synchronization purposes.Extension of the Lock.Supplier interface to support tryLock().Functional interface for supplying a lock with support for InterruptedException.A lock manager that manages a multi-read, single-write lock.A read/write-lock manager backed by a StampedLock.
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.common.concurrent.locks.diagnosticsClassDescriptionA lock on a specific monitor that can be used for synchronization purposes.Extension of the Lock.Supplier interface to support tryLock().
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.sail
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.sail.helpers
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.sail.memory
-
Classes in org.eclipse.rdf4j.common.concurrent.locks used by org.eclipse.rdf4j.sail.shaclClassDescriptionA lock on a specific monitor that can be used for synchronization purposes.A read/write lock manager with reader preference.