Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
-
Packages that use FederatedServiceResolverClient Package Description org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.limited org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.wrapper.data -
-
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement FederatedServiceResolverClient Modifier and Type Class Description classDefaultEvaluationStrategyDefault SPARQL 1.1 Query Evaluation strategy, to evaluate oneTupleExpron the givenTripleSource, optionally using the givenDataset.classDefaultEvaluationStrategyFactoryclassEvaluationStrategyImplDeprecated.UseStrictEvaluationStrategyinstead.classExtendedEvaluationStrategyDeprecated, for removal: This API element is subject to removal in a future version.UseDefaultEvaluationStrategyinstead.classExtendedEvaluationStrategyFactoryDeprecated, for removal: This API element is subject to removal in a future version.since 4.3.0 - useDefaultEvaluationStrategyFactoryinstead.classSimpleEvaluationStrategyDeprecated.renamed toStrictEvaluationStrategy.classStrictEvaluationStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 4.3.0.classStrictEvaluationStrategyFactoryDeprecated, for removal: This API element is subject to removal in a future version.since 4.3.0 - useDefaultEvaluationStrategyFactoryinstead.classTupleFunctionEvaluationStrategyDeprecated, 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 FederatedServiceResolverClient Modifier and Type Class Description classLimitedSizeEvaluationStrategyDeprecated, 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 FederatedServiceResolverClient Modifier and Type Class Description classSailRepositoryAn implementation of theRepositoryinterface that operates on a (stack of)Sailobject(s).classSailRepositoryConnectionAn implementation of theRepositoryConnectioninterface that wraps aSailConnection. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement FederatedServiceResolverClient Modifier and Type Class Description classSailSourceConnectionASailConnectionimplementation that is based on anSailStore. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement FederatedServiceResolverClient Modifier and Type Class Description classNotifyingSailConnectionWrapperAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject and forwards any method calls to the wrapped transaction.classNotifyingSailWrapperAn implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.classSailConnectionWrapperAn implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection.classSailWrapperAn 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 FederatedServiceResolverClient Modifier and Type Class Description classInferencerConnectionWrapperAn extension of ConnectionWrapper that implements theInferencerConnectioninterface. -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement FederatedServiceResolverClient Modifier and Type Class Description classAbstractForwardChainingInferencerclassAbstractForwardChainingInferencerConnectionclassCustomGraphQueryInferencerA forward-chaining inferencer that infers new statements using a SPARQL graph query.private classCustomGraphQueryInferencer.ConnectionclassDedupingInferencerAn inferencer may infer the same statement from two different statements.classDedupingInferencerConnectionclassDirectTypeHierarchyInferencerA forward-chaining inferencer that infers the direct-type hierarchy relationssesame:directSubClassOf,sesame:directSubPropertyOfandsesame:directType.private classDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnectionclassForwardChainingRDFSInferencerDeprecated.This inferencer implementation will be phased out.(package private) classForwardChainingRDFSInferencerConnectionDeprecated.This inferencer implementation will be phased out.classSchemaCachingRDFSInferencerThe SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an inference map to quickly determine inferred statements.classSchemaCachingRDFSInferencerConnection -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement FederatedServiceResolverClient Modifier and Type Class Description classLuceneSailA LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.classLuceneSailConnection -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement FederatedServiceResolverClient Modifier and Type Class Description classMemoryStoreAn implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.classMemoryStoreConnectionImplementation 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 FederatedServiceResolverClient Modifier and Type Class Description classShaclSailASailimplementation that adds support for the Shapes Constraint Language (SHACL).(package private) classShaclSailBaseConfigurationclassShaclSailConnection -
Uses of FederatedServiceResolverClient in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement FederatedServiceResolverClient Modifier and Type Class Description classVerySimpleRdfsBackwardsChainingConnectionVery simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.
-