Uses of Interface
org.eclipse.rdf4j.sail.features.ThreadSafetyAware
Packages that use ThreadSafetyAware
Package
Description
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
A Sail implementation for SHACL constraint checking.
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement ThreadSafetyAwareModifier and TypeClassDescriptionclass
An implementation of theNotifyingSailConnection
interface that wraps anotherNotifyingSailConnection
object and forwards any method calls to the wrapped transaction.class
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 ThreadSafetyAwareModifier and TypeClassDescriptionclass
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 ThreadSafetyAwareModifier and TypeClassDescriptionclass
private class
class
private class
(package private) class
Deprecated.This inferencer implementation will be phased out.class
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement ThreadSafetyAwareModifier and TypeClassDescriptionclass
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement ThreadSafetyAwareModifier and TypeClassDescriptionclass
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 -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement ThreadSafetyAwareModifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.