Package | Description |
---|---|
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sail.helpers | |
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
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.model | |
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms |
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,
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 |
AdvancedSailConnection
Deprecated.
temporary interface introduced to avoid backward compatibility
issues. Will be removed again in the next major release.
|
interface |
NotifyingSailConnection
A connection to an RDF Sail object.
|
Modifier and Type | Field and Description |
---|---|
protected SailConnection |
RDFStoreTest.con |
Modifier and Type | Method and Description |
---|---|
SailConnection |
Sail.getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
Modifier and Type | Method and Description |
---|---|
protected long |
SailIsolationLevelTest.count(SailConnection con,
Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SailIsolationLevelTest.insertTestStatement(SailConnection connection,
int i) |
protected void |
SailConcurrencyTest.insertTestStatement(SailConnection connection,
int i) |
protected Literal |
SailIsolationLevelTest.readLiteral(SailConnection con,
URI subj,
URI pred) |
protected void |
SailConcurrencyTest.removeTestStatement(SailConnection connection,
int i) |
Modifier and Type | Class and Description |
---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore
. |
Modifier and Type | Method and Description |
---|---|
SailConnection |
Federation.getConnection() |
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. |
class |
SailConnectionBase
Abstract Class offering base functionality for SailConnection
implementations.
|
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 |
SailBase.getConnection() |
protected abstract SailConnection |
SailBase.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 |
SailBase.connectionClosed(SailConnection connection)
Signals to the store that the supplied connection has been closed; called
by
SailConnectionBase.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 |
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 |
RdbmsConnection
Coordinates the triple store, namespace manager, optimizer, and evaluation
strategy into the
SailConnection interface. |
Modifier and Type | Method and Description |
---|---|
SailConnection |
RdbmsConnectionFactory.createConnection() |
protected SailConnection |
RdbmsStore.getConnectionInternal()
Deprecated.
|
Copyright © 2001–2016 Aduna. All rights reserved.