Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
Package
Description
Repository implementation for local RDF databases that implement the SAIL SPI.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
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 FederatedServiceResolverClient in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeClassDescriptionclass
Base class for the Evaluation strategies.class
Factory class for retrieving theFederationEvalStrategy
to be used.class
Implementation of a federation evaluation strategy which provides some special optimizations for Native (local) Sesame repositories.class
Implementation of a federation evaluation strategy which provides some special optimizations for SPARQL (remote) endpoints. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.federated.repository
Modifier and TypeClassDescriptionclass
A specialSailRepository
which performs the actions as defined inFedXRepositoryConnection
.class
A specialSailRepositoryConnection
which adds the original query string as binding to the returned query.class
Wrapper for theFedXRepository
in order to allow for lazy initialization. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeClassDescriptionclass
Deprecated.since 4.0.class
SPARQL 1.1 extended query evaluation strategy.class
class
Deprecated.renamed toStrictEvaluationStrategy
.class
Minimally-conforming SPARQL 1.1 Query Evaluation strategy, to evaluate oneTupleExpr
on the givenTripleSource
, optionally using the givenDataset
.class
class
AnEvaluationStrategy
that has support forTupleFunction
s. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.query.algebra.evaluation.limited
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
An implementation of theRepository
interface that operates on a (stack of)Sail
object(s).class
An implementation of theRepositoryConnection
interface that wraps aSailConnection
. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.elasticsearchstore
Modifier and TypeClassDescriptionclass
An RDF4J SailStore persisted to Elasticsearch.class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeClassDescriptionclass
ExtensibleStore<T extends DataStructureInterface,
N extends NamespaceStoreInterface> A store where the backing storage can be implemented by the user.class
ExtensibleStoreConnection<E extends ExtensibleStore>
-
Uses of FederatedServiceResolverClient 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 StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.class
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection.class
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.inferencer
Modifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeClassDescriptionclass
class
class
A forward-chaining inferencer that infers new statements using a SPARQL graph query.class
An inferencer may infer the same statement from two different statements.class
class
A forward-chaining inferencer that infers the direct-type hierarchy relationssesame:directSubClassOf
,sesame:directSubPropertyOf
andsesame:directType
.class
Deprecated.since 2.5.class
The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an inference map to quickly determine inferred statements.class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.lmdb
Modifier and TypeClassDescriptionclass
A SAIL implementation using LMDB for storing and querying its data.class
Connection to anLmdbStore
. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.lucene
Modifier and TypeClassDescriptionclass
A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.class
Implementation of a Sail Connection for memory stores. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeClassDescriptionclass
class
class
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.shacl
Modifier and TypeClassDescriptionclass
ASail
implementation that adds support for the Shapes Constraint Language (SHACL).class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.