Package | Description |
---|---|
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.sail.base | |
org.openrdf.sail.federation | |
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.openrdf.sail.inferencer | |
org.openrdf.sail.inferencer.fc |
Forward-chaining inferencers, implemented as StackableSails.
|
org.openrdf.sail.lucene | |
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms | |
org.openrdf.sail.rdbms.evaluation | |
org.openrdf.sail.rdbms.mysql | |
org.openrdf.sail.rdbms.postgresql |
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 |
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 |
DirectTypeHierarchyInferencer
A forward-chaining inferencer that infers the direct-type hierarchy relations
sesame:directSubClassOf ,
sesame:directSubPropertyOf and
sesame:directType . |
class |
ForwardChainingRDFSInferencer
Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics
Recommendation (10 February 2004).
|
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 |
RdbmsConnection
Coordinates the triple store, namespace manager, optimizer, and evaluation
strategy into the
SailConnection interface. |
class |
RdbmsStore
Deprecated.
the RDBMS SAIL is no longer actively supported and will be
removed in a future Sesame release. Consider switching to a
different SAIL backend.
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsEvaluationFactory
Creates an
RdbmsEvaluation . |
Modifier and Type | Class and Description |
---|---|
class |
MySqlStore
Deprecated.
the MySQL RDF store is no longer supported and will be removed in
a future Sesame release. Consider switching to a different SAIL
backend.
|
Modifier and Type | Class and Description |
---|---|
class |
PgSqlStore
Deprecated.
the PostgreSQL RDF store is no longer supported and will be
removed in a future Sesame release. Consider switching to a
different SAIL backend.
|
Copyright © 2001–2015 Aduna. All rights reserved.