Uses of Interface
org.eclipse.rdf4j.sail.features.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.
The Native Store.
A Sail implementation for SHACL constraint checking.
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.helpers
Modifier 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
Modifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.lucene
Modifier and TypeClassDescriptionclass
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores. -
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.nativerdf
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.shacl
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.