Uses of Interface
org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Elasticsearch store for string triples
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.elasticsearchstore
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.extensiblestore
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer
Modifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface.Modifier and TypeMethodDescriptionInferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.ModifierConstructorDescriptionCreates a new InferencerConnectionWrapper object that wraps the supplied transaction. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionCustomGraphQueryInferencer.getConnection()
DedupingInferencer.getConnection()
DirectTypeHierarchyInferencer.getConnection()
ModifierConstructorDescription -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.util
ModifierConstructorDescriptionCreates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.lmdb
-
Uses of InferencerConnection in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeClassDescriptionclass
class