Package | Description |
---|---|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
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.federation | |
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.openrdf.sail.inferencer | |
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 |
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 |
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.
|
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 Transaction interface that wraps another Transaction
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 |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.
|
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-2013 Aduna. All Rights Reserved.