| Interface | 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 | Description |
|---|---|
| BackingSailSource |
A Backing
SailSource that does not respond to BackingSailSource.close()
BackingSailSource.prepare() or BackingSailSource.flush(). |
| SailSourceConnection |
A
SailConnection implementation that is based on an SailStore. |
| SnapshotSailStore |
A
SailStore wrapper that branches the backing SailSources to
provide concurrent IsolationLevels.SNAPSHOT_READ isolation and
higher. |
Copyright © 2001-2015 Aduna. All Rights Reserved.