Package | Description |
---|---|
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
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.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
NotifyingSailConnection |
NotifyingSailWrapper.getConnection() |
NotifyingSailConnection |
NotifyingSailBase.getConnection() |
protected abstract NotifyingSailConnection |
NotifyingSailBase.getConnectionInternal() |
NotifyingSailConnection |
NotifyingSailConnectionWrapper.getWrappedConnection() |
Constructor and Description |
---|
NotifyingSailConnectionWrapper(NotifyingSailConnection 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 | 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() |
Copyright © 2001-2013 Aduna. All Rights Reserved.