Package org.eclipse.rdf4j.sail.base
package org.eclipse.rdf4j.sail.base
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Interface SummaryInterfaceDescriptionCommon interface to objects that throw
SailException
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.A high level interface used bySailSourceConnection
to accessSailSource
. -
Class SummaryClassDescriptionA Backing
SailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.An Iteration that takes two source.ASailConnection
implementation that is based on anSailStore
.ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher.