Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.eclipse.rdf4j.sail.base | |
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.shacl.AST |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSailConnection
This connection inherits Lucene index supporting methods from
LuceneSailConnection . |
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
LuceneSpinSail.getConnection() |
Constructor and Description |
---|
LuceneSpinSailConnection(NotifyingSailConnection wrappedConnection,
SearchIndex luceneIndex,
LuceneSpinSail sail) |
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 |
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 |
NativeStore.getConnectionInternal() |
protected NotifyingSailConnection |
LimitedSizeNativeStore.getConnectionInternal() |
Modifier and Type | Class and Description |
---|---|
class |
ShaclSailConnection |
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
ShaclSail.getConnection() |
NotifyingSailConnection |
ShaclSailConnection.getPreviousStateConnection() |
Modifier and Type | Method and Description |
---|---|
PlanNode |
TargetNode.getTargetFilter(NotifyingSailConnection shaclSailConnection,
PlanNode parent) |
PlanNode |
TargetClass.getTargetFilter(NotifyingSailConnection shaclSailConnection,
PlanNode parent) |
PlanNode |
NodeShape.getTargetFilter(NotifyingSailConnection shaclSailConnection,
PlanNode parent) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.