Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
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 API.
|
org.eclipse.rdf4j.sail.base | |
org.eclipse.rdf4j.sail.federation | |
org.eclipse.rdf4j.sail.federation.evaluation | |
org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.eclipse.rdf4j.sail.inferencer | |
org.eclipse.rdf4j.sail.inferencer.fc |
Forward-chaining inferencers, implemented as StackableSails.
|
org.eclipse.rdf4j.sail.lucene | |
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
org.eclipse.rdf4j.sail.shacl | |
org.eclipse.rdf4j.sail.spin |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSail
Activates support of
SearchIndex feature inside SpinSail and manages the index during statements
adding/removing. |
class |
LuceneSpinSailConnection
This connection inherits Lucene index supporting methods from
LuceneSailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
EvaluationStrategyImpl
Deprecated.
since 4.0. Use
StrictEvaluationStrategy instead. |
class |
ExtendedEvaluationStrategy
SPARQL 1.1 extended query evaluation strategy.
|
class |
ExtendedEvaluationStrategyFactory |
class |
SimpleEvaluationStrategy
Deprecated.
renamed to
StrictEvaluationStrategy . |
class |
StrictEvaluationStrategy
Minimally-conforming SPARQL 1.1 Query Evaluation strategy, to evaluate one
TupleExpr on the given
TripleSource , optionally using the given Dataset . |
class |
StrictEvaluationStrategyFactory |
class |
TupleFunctionEvaluationStrategy
An
EvaluationStrategy that has support for TupleFunction s. |
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeEvaluationStrategy |
Modifier and Type | Class and Description |
---|---|
class |
SailRepository
An implementation of the
Repository interface that operates on a (stack of) Sail object(s). |
class |
SailRepositoryConnection
An implementation of the
RepositoryConnection interface that wraps a SailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Modifier and Type | Class and Description |
---|---|
class |
Federation
Union multiple (possibly remote) Repositories into a single RDF store.
|
Modifier and Type | Class and Description |
---|---|
class |
FederationStrategy
Evaluates Join, LeftJoin and Union in parallel and only evaluate if
OwnedTupleExpr is the given member. |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingSailConnectionWrapper
An implementation of the
NotifyingSailConnection interface that wraps another
NotifyingSailConnection object and forwards any method calls to the wrapped
transaction. |
class |
NotifyingSailWrapper
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
the wrapped Sail.
|
class |
SailConnectionWrapper
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any method
calls to the wrapped connection.
|
class |
SailWrapper
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
the wrapped Sail.
|
Modifier and Type | Class and Description |
---|---|
class |
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements the
InferencerConnection interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardChainingInferencer |
class |
AbstractForwardChainingInferencerConnection |
class |
CustomGraphQueryInferencer
A forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query.
|
class |
DedupingInferencer
An inferencer may infer the same statement from two different statements.
|
class |
DedupingInferencerConnection |
class |
DirectTypeHierarchyInferencer
A forward-chaining inferencer that infers the direct-type hierarchy relations
sesame:directSubClassOf , sesame:directSubPropertyOf and sesame:directType . |
class |
ForwardChainingRDFSInferencer
Deprecated.
since 2.5. This inferencer implementation will be phased out. Consider switching to the
SchemaCachingRDFSInferencer instead. |
class |
SchemaCachingRDFSInferencer
The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an
inference map to quickly determine inferred statements.
|
class |
SchemaCachingRDFSInferencerConnection |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSail
A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.
|
class |
LuceneSailConnection
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent
storage.
|
class |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStore |
class |
LimitedSizeNativeStoreConnection |
class |
NativeStore
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
|
class |
NativeStoreConnection |
Modifier and Type | Class and Description |
---|---|
class |
ShaclSail
A
Sail implementation that adds support for the Shapes Constraint Language (SHACL). |
class |
ShaclSailConnection |
Modifier and Type | Class and Description |
---|---|
class |
SpinSail |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.