Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
org.eclipse.rdf4j.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleValueFactory
Default implementation of the
ValueFactory interface. |
class |
ValueFactoryBase
Deprecated.
since 2.0. Use
AbstractValueFactory instead. |
class |
ValueFactoryImpl
Deprecated.
since 2.0. Use
SimpleValueFactory instead. |
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.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.