Package | Description |
---|---|
org.openrdf.sail.base |
Modifier and Type | Interface and Description |
---|---|
interface |
SailDataset
A state of an
SailSource at a point in time that will remain
consistent until SailDataset.close() is called. |
interface |
SailSink
A mutable source of RDF graphs.
|
interface |
SailSource
A persistent yet mutable source or container of RDF graphs.
|
interface |
SailStore
A high level interface used by
SailSourceConnection to access
SailSource . |
Modifier and Type | Class and Description |
---|---|
class |
BackingSailSource
A Backing
SailSource that does not respond to BackingSailSource.close()
BackingSailSource.prepare() or BackingSailSource.flush() . |
class |
SnapshotSailStore
A
SailStore wrapper that branches the backing SailSource s to
provide concurrent IsolationLevels.SNAPSHOT_READ isolation and
higher. |
Copyright © 2001–2015 Aduna. All rights reserved.