Package org.eclipse.rdf4j.sail.base
package org.eclipse.rdf4j.sail.base
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
ClassDescriptionA Backing
SailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.An Iteration that takes two source.Common interface to objects that throwSailException
on close.A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.A mutable source of RDF graphs.A persistent yet mutable source or container of RDF graphs.ASailConnection
implementation that is based on anSailStore
.A high level interface used bySailSourceConnection
to accessSailSource
.ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher.