Uses of Package
org.eclipse.rdf4j.sail.base
Packages that use org.eclipse.rdf4j.sail.base
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
An implementation of the RDF SAIL API that uses main memory for storage.
-
Classes in org.eclipse.rdf4j.sail.base used by org.eclipse.rdf4j.sail.baseClassDescriptionSet of changes applied to an
SailSourceBranch
awaiting to be flushed into its backingSailSource
.A wrapper around anSailDataset
to specialize the behaviour of anSailDataset
.Common interface to objects that throwSailException
on close.AnIteration
that holds on to aSailClosable
until the Iteration is closed.A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.A view of anSailSource
that is derived from a backingSailDataset
.A mutable source of RDF graphs.A persistent yet mutable source or container of RDF graphs.AnSailSource
that keeps a delta of its state from a backingSailSource
.A high level interface used bySailSourceConnection
to accessSailSource
. -
Classes in org.eclipse.rdf4j.sail.base used by org.eclipse.rdf4j.sail.memoryClassDescriptionA Backing
SailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.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
.