Uses of Interface
org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Packages that use 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
Classes in org.eclipse.rdf4j.sail.base that implement InferencerConnectionModifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.elasticsearchstore
Classes in org.eclipse.rdf4j.sail.elasticsearchstore that implement InferencerConnection -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement InferencerConnection -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer
Classes in org.eclipse.rdf4j.sail.inferencer that implement InferencerConnectionModifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface.Methods in org.eclipse.rdf4j.sail.inferencer that return InferencerConnectionModifier and TypeMethodDescriptionInferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.Constructors in org.eclipse.rdf4j.sail.inferencer with parameters of type InferencerConnectionModifierConstructorDescriptionCreates a new InferencerConnectionWrapper object that wraps the supplied transaction. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement InferencerConnectionModifier and TypeClassDescriptionclass
class
class
Methods in org.eclipse.rdf4j.sail.inferencer.fc that return InferencerConnectionModifier and TypeMethodDescriptionCustomGraphQueryInferencer.getConnection()
DedupingInferencer.getConnection()
DirectTypeHierarchyInferencer.getConnection()
Constructors in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type InferencerConnectionModifierConstructorDescription -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.inferencer.util
Constructors in org.eclipse.rdf4j.sail.inferencer.util with parameters of type InferencerConnectionModifierConstructorDescriptionCreates 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
Classes in org.eclipse.rdf4j.sail.lmdb that implement InferencerConnection -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement InferencerConnectionModifier and TypeClassDescriptionclass
Implementation of a Sail Connection for memory stores. -
Uses of InferencerConnection in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf that implement InferencerConnection