Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
Packages that use 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).
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 FederatedServiceResolverClient in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
Default SPARQL 1.1 Query Evaluation strategy, to evaluate oneTupleExpr
on the givenTripleSource
, optionally using the givenDataset
.class
class
Deprecated.class
Deprecated, for removal: This API element is subject to removal in a future version.UseDefaultEvaluationStrategy
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.0 - useDefaultEvaluationStrategyFactory
instead.class
Deprecated.renamed toStrictEvaluationStrategy
.class
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.0.class
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.0 - useDefaultEvaluationStrategyFactory
instead.class
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.0. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.query.algebra.evaluation.limited
Classes in org.eclipse.rdf4j.query.algebra.evaluation.limited that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement FederatedServiceResolverClientModifier 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
Classes in org.eclipse.rdf4j.sail.base that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
ASailConnection
implementation that is based on anSailStore
. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement FederatedServiceResolverClientModifier 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
Classes in org.eclipse.rdf4j.sail.inferencer that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
An extension of ConnectionWrapper that implements theInferencerConnection
interface. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
class
class
A forward-chaining inferencer that infers new statements using a SPARQL graph query.private class
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
.private class
class
Deprecated.This inferencer implementation will be phased out.(package private) class
Deprecated.This inferencer implementation will be phased out.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.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement FederatedServiceResolverClientModifier 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
Classes in org.eclipse.rdf4j.sail.memory that implement FederatedServiceResolverClientModifier 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.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
ASail
implementation that adds support for the Shapes Constraint Language (SHACL).(package private) class
class
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement FederatedServiceResolverClientModifier and TypeClassDescriptionclass
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.
StrictEvaluationStrategy
instead.