Package | Description |
---|---|
org.eclipse.rdf4j.lucene.spin | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.eclipse.rdf4j.repository.sail.helpers | |
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.evaluation | |
org.eclipse.rdf4j.sail.federation | |
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.model | |
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
org.eclipse.rdf4j.sail.shacl | |
org.eclipse.rdf4j.sail.shacl.AST | |
org.eclipse.rdf4j.sail.shacl.planNodes |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSailConnection
This connection inherits Lucene index supporting methods from
LuceneSailConnection . |
Modifier and Type | Method and Description |
---|---|
SailConnection |
SailRepositoryConnection.getSailConnection()
Returns the underlying SailConnection.
|
Constructor and Description |
---|
SailRepositoryConnection(SailRepository repository,
SailConnection sailConnection)
Creates a new repository connection that will wrap the supplied SailConnection.
|
Constructor and Description |
---|
RDFSailInserter(SailConnection con,
ValueFactory vf) |
RDFSailInserter(SailConnection con,
ValueFactory vf,
UpdateContext uc)
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements
that are reported to it.
|
SailUpdateExecutor(SailConnection con,
ValueFactory vf,
ParserConfig loadConfig)
Implementation of
SailUpdate.execute() using
evaluate(TupleExpr, Dataset, BindingSet, boolean) and other SailConnection
methods. |
Modifier and Type | Interface and Description |
---|---|
interface |
NotifyingSailConnection
A connection to an RDF Sail object.
|
Modifier and Type | Method and Description |
---|---|
SailConnection |
Sail.getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
protected SailConnection |
SailConnectionUpdate.getSailConnection() |
protected SailConnection |
SailConnectionQuery.getSailConnection() |
Constructor and Description |
---|
SailConnectionBooleanQuery(ParsedBooleanQuery tupleQuery,
SailConnection sailConnection) |
SailConnectionGraphQuery(ParsedGraphQuery tupleQuery,
SailConnection con,
ValueFactory vf) |
SailConnectionQuery(ParsedQuery parsedQuery,
SailConnection con) |
SailConnectionQueryPreparer(SailConnection con,
boolean includeInferred,
TripleSource source) |
SailConnectionQueryPreparer(SailConnection con,
boolean includeInferred,
ValueFactory vf) |
SailConnectionTupleQuery(ParsedTupleQuery tupleQuery,
SailConnection sailConnection) |
SailConnectionUpdate(ParsedUpdate parsedUpdate,
SailConnection con,
ValueFactory vf,
ParserConfig parserConfig) |
Modifier and Type | Class and Description |
---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Constructor and Description |
---|
SailTripleSource(SailConnection conn,
boolean includeInferred,
ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
SailConnection |
Federation.getConnection() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSailConnection
Abstract Class offering base functionality for SailConnection implementations.
|
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. |
class |
SailConnectionBase
Deprecated.
since 4.0. USe
AbstractSailConnection instead. |
class |
SailConnectionWrapper
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any method
calls to the wrapped connection.
|
Modifier and Type | Method and Description |
---|---|
SailConnection |
SailWrapper.getConnection() |
SailConnection |
AbstractSail.getConnection() |
protected abstract SailConnection |
AbstractSail.getConnectionInternal()
Returns a store-specific SailConnection object.
|
SailConnection |
SailConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSail.connectionClosed(SailConnection connection)
Signals to the store that the supplied connection has been closed; called by
AbstractSailConnection.close() . |
Constructor and Description |
---|
SailConnectionWrapper(SailConnection wrappedCon)
Creates a new TransactionWrapper 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 | Class and Description |
---|---|
class |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.
|
Modifier and Type | Method and Description |
---|---|
void |
SailModel.setConnection(SailConnection conn) |
Constructor and Description |
---|
SailModel(SailConnection conn,
boolean includeInferred) |
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStoreConnection |
class |
NativeStoreConnection |
Modifier and Type | Class and Description |
---|---|
class |
ShaclSailConnection |
Modifier and Type | Method and Description |
---|---|
SailConnection |
ShaclSailConnection.getAddedStatements() |
SailConnection |
ShaclSailConnection.getRemovedStatements() |
Modifier and Type | Method and Description |
---|---|
boolean |
TargetNode.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
TargetClass.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
SimplePath.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
RequiresEvalutation.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
PropertyShape.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
PathPropertyShape.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
OrPropertyShape.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
NodeShape.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
boolean |
ClassPropertyShape.requiresEvaluation(SailConnection addedStatements,
SailConnection removedStatements) |
Constructor and Description |
---|
BulkedExternalInnerJoin(PlanNode leftNode,
SailConnection connection,
String query,
boolean skipBasedOnPreviousConnection) |
BulkedExternalLeftOuterJoin(PlanNode leftNode,
SailConnection connection,
String query,
boolean skipBasedOnPreviousConnection) |
ExternalTypeFilterNode(SailConnection connection,
Resource filterOnType,
PlanNode parent,
int index,
boolean returnMatching) |
Select(SailConnection connection,
String query) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.