Package | Description |
---|---|
org.openrdf.sail.base | |
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
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 | 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.
|
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. |
Copyright © 2001–2017 Aduna. All rights reserved.