Package | Description |
---|---|
org.eclipse.rdf4j.sail.base | |
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
Class and Description |
---|
SailClosable
Common interface to objects that throw
SailException on close. |
SailDataset
A state of an
SailSource at a point in time that will remain consistent until SailDataset.close() is called. |
SailSink
A mutable source of RDF graphs.
|
SailSource
A persistent yet mutable source or container of RDF graphs.
|
SailStore
A high level interface used by
SailSourceConnection to access SailSource . |
Class and Description |
---|
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Class and Description |
---|
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.