Uses of Class
org.eclipse.rdf4j.common.concurrent.locks.diagnostics.ConcurrentCleaner
-
Packages that use ConcurrentCleaner Package Description org.eclipse.rdf4j.common.concurrent.locks.diagnostics org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.shacl 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 ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
LockCleaner. cleaner
private static ConcurrentCleaner
LockTracking. cleaner
Constructors in org.eclipse.rdf4j.common.concurrent.locks.diagnostics with parameters of type ConcurrentCleaner Constructor Description CleanableLock(ConcurrentCleaner cleaner, T lock, java.lang.String alias, org.slf4j.Logger logger, java.lang.Thread thread, java.lang.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 ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
BackgroundResultExecutor. cleaner
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
QueryResultIO. cleaner
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
AbstractSailConnection. cleaner
Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type ConcurrentCleaner Constructor Description CleanerIteration(CloseableIteration<E,X> delegate, ConcurrentCleaner cleaner)
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory declared as ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
MemorySailStore.SnapshotMonitor. cleaner
-
Uses of ConcurrentCleaner in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ConcurrentCleaner Modifier and Type Field Description private static ConcurrentCleaner
ShaclSail. cleaner
-