Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
|
org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
org.eclipse.rdf4j.sail.elasticsearchstore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
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 as
StackableSail s. |
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.nativerdf |
The Native Store.
|
org.eclipse.rdf4j.sail.shacl |
A Sail implementation for SHACL constraint checking.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSailConnection
Deprecated.
since 3.0. The experimental LuceneSpinSail is scheduled to be removed by the next major release.
|
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
LuceneSpinSail.getConnection()
Deprecated.
|
Constructor and Description |
---|
LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSpinSail sail)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
NotifyingSail.getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
Modifier and Type | Class and Description |
---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchStoreConnection |
Modifier and Type | Method and Description |
---|---|
protected NotifyingSailConnection |
ElasticsearchStore.getConnectionInternal() |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleStoreConnection<E extends ExtensibleStore> |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingSailConnectionBase
Abstract Class offering base functionality for SailConnection implementations.
|
class |
NotifyingSailConnectionWrapper
An implementation of the
NotifyingSailConnection interface that wraps another
NotifyingSailConnection object and forwards any method calls to the wrapped
transaction. |
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
NotifyingSailWrapper.getConnection() |
NotifyingSailConnection |
AbstractNotifyingSail.getConnection() |
protected abstract NotifyingSailConnection |
AbstractNotifyingSail.getConnectionInternal() |
NotifyingSailConnection |
NotifyingSailConnectionWrapper.getWrappedConnection() |
Constructor and Description |
---|
NotifyingSailConnectionWrapper(NotifyingSailConnection wrappedCon)
Creates a new
NotifyingSailConnectionWrapper object that wraps the supplied connection. |
Modifier and Type | Interface and Description |
---|---|
interface |
InferencerConnection
An extension of the
SailConnection interface offering methods that can be used by inferencers to store and
remove inferred statements. |
Modifier and Type | Class and Description |
---|---|
class |
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements the
InferencerConnection interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardChainingInferencerConnection |
class |
DedupingInferencerConnection |
class |
SchemaCachingRDFSInferencerConnection |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSailConnection
|
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
LuceneSail.getConnection() |
Constructor and Description |
---|
LuceneSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSail sail) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.
|
Modifier and Type | Method and Description |
---|---|
protected NotifyingSailConnection |
MemoryStore.getConnectionInternal() |
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStoreConnection |
class |
NativeStoreConnection |
Modifier and Type | Method and Description |
---|---|
protected NotifyingSailConnection |
LimitedSizeNativeStore.getConnectionInternal() |
protected NotifyingSailConnection |
NativeStore.getConnectionInternal() |
Modifier and Type | Class and Description |
---|---|
class |
ShaclSailConnection |
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
ShaclSail.getConnection() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.