Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces
|
org.eclipse.rdf4j.sail.memory.model | |
org.eclipse.rdf4j.sail.nativerdf |
The Native Store.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueFactory
Deprecated.
since 3.5.0. Use either
SimpleValueFactory directly, or switch to using
AbstractValueFactory . |
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
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without
warning from one release to the next.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.