Package | Description |
---|---|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms |
Modifier and Type | Class and Description |
---|---|
class |
ValueFactoryImpl
Default implementation of the ValueFactory interface that uses the RDF model
classes from this package.
|
Modifier and Type | Class and Description |
---|---|
class |
MemValueFactory
A factory for MemValue objects that keeps track of created objects to prevent
the creation of duplicate objects, minimizing memory usage as a result.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueStore
File-based indexed storage and retrieval of RDF values.
|
Modifier and Type | Class and Description |
---|---|
class |
RdbmsValueFactory
Provides basic value creation both for traditional values as well as values
with an internal id.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.