Package | Description |
---|---|
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 | |
org.openrdf.sail.rdbms.mysql | |
org.openrdf.sail.rdbms.postgresql |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingSailBase
SailBase is an abstract Sail implementation that takes care of common sail
tasks, including proper closing of active connections and a grace period for
active connections during shutdown of the store.
|
Constructor and Description |
---|
NotifyingSailConnectionBase(SailBase sailBase) |
SailConnectionBase(SailBase sailBase) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
An implementation of the Sail interface that stores its data in main memory
and that can use a file for persistent storage.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStore |
class |
NativeStore
A SAIL implementation using B-Tree indexing on disk for storing and querying
its data.
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStore
Deprecated.
the RDBMS SAIL is no longer actively supported and will be
removed in a future Sesame release. Consider switching to a
different SAIL backend.
|
Modifier and Type | Class and Description |
---|---|
class |
MySqlStore
Deprecated.
the MySQL RDF store is no longer supported and will be removed in
a future Sesame release. Consider switching to a different SAIL
backend.
|
Modifier and Type | Class and Description |
---|---|
class |
PgSqlStore
Deprecated.
the PostgreSQL RDF store is no longer supported and will be
removed in a future Sesame release. Consider switching to a
different SAIL backend.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.