Uses of Interface
org.eclipse.rdf4j.sail.features.ThreadSafetyAware
-
Packages that use ThreadSafetyAware Package Description org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.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.org.eclipse.rdf4j.sail.shacl.wrapper.data -
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement ThreadSafetyAware Modifier and Type Class Description class
NotifyingSailConnectionWrapper
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction.class
SailConnectionWrapper
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection. -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.inferencer
Classes in org.eclipse.rdf4j.sail.inferencer that implement ThreadSafetyAware Modifier and Type Class Description class
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement ThreadSafetyAware Modifier and Type Class Description class
AbstractForwardChainingInferencerConnection
private class
CustomGraphQueryInferencer.Connection
class
DedupingInferencerConnection
private class
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection
(package private) class
ForwardChainingRDFSInferencerConnection
Deprecated.This inferencer implementation will be phased out.class
SchemaCachingRDFSInferencerConnection
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement ThreadSafetyAware Modifier and Type Class Description class
LuceneSailConnection
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement ThreadSafetyAware Modifier and Type Class Description class
MemoryStoreConnection
Implementation of a Sail Connection for memory stores. -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement ThreadSafetyAware Modifier and Type Class Description class
ShaclSailConnection
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement ThreadSafetyAware Modifier and Type Class Description class
VerySimpleRdfsBackwardsChainingConnection
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.
-