Uses of Class
org.eclipse.rdf4j.common.concurrent.locks.ExclusiveReentrantLockManager
-
Packages that use ExclusiveReentrantLockManager Package Description org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
Uses of ExclusiveReentrantLockManager in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory declared as ExclusiveReentrantLockManager Modifier and Type Field Description private ExclusiveReentrantLockManagerMemorySailStore. txnLockManagerLock manager used to prevent concurrent writes.
-