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 ConcurrentCleanerLockCleaner. cleanerprivate static ConcurrentCleanerLockTracking. cleanerConstructors 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 ConcurrentCleanerBackgroundResultExecutor. 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 ConcurrentCleanerQueryResultIO. 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 ConcurrentCleanerAbstractSailConnection. cleanerConstructors 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 ConcurrentCleanerMemorySailStore.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 ConcurrentCleanerShaclSail. cleaner
-