Package | Description |
---|---|
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 | 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.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.