Uses of Class
org.eclipse.rdf4j.common.concurrent.locks.diagnostics.ConcurrentCleaner
Packages that use ConcurrentCleaner
Package
Description
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.
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Fields in org.eclipse.rdf4j.common.concurrent.locks.diagnostics declared as ConcurrentCleanerModifier and TypeFieldDescriptionprivate static final ConcurrentCleaner
LockCleaner.cleaner
private static final ConcurrentCleaner
LockTracking.cleaner
Constructors in org.eclipse.rdf4j.common.concurrent.locks.diagnostics with parameters of type ConcurrentCleanerModifierConstructorDescriptionCleanableLock
(ConcurrentCleaner cleaner, T lock, String alias, org.slf4j.Logger logger, Thread thread, Throwable throwable) CleanerGraphQueryResult
(GraphQueryResult delegate, ConcurrentCleaner cleaner) CleanerTupleQueryResult
(TupleQueryResult delegate, ConcurrentCleaner cleaner) -
Uses of ConcurrentCleaner in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as ConcurrentCleanerModifier and TypeFieldDescriptionprivate static final ConcurrentCleaner
BackgroundResultExecutor.cleaner
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ConcurrentCleaner -
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as ConcurrentCleanerModifier and TypeFieldDescriptionprivate static final ConcurrentCleaner
AbstractSailConnection.cleaner
Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type ConcurrentCleanerModifierConstructorDescriptionCleanerIteration
(CloseableIteration<E, X> delegate, ConcurrentCleaner cleaner) -
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory declared as ConcurrentCleanerModifier and TypeFieldDescriptionprivate static final ConcurrentCleaner
MemorySailStore.SnapshotMonitor.cleaner
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ConcurrentCleaner