Uses of Package
org.eclipse.rdf4j.sail.base
-
Packages that use org.eclipse.rdf4j.sail.base Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.memory 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.base Class Description Changeset Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.Changeset.AdderBasedReadWriteLock Changeset.SimpleStatementPattern DelegatingSailDataset A wrapper around anSailDataset
to specialize the behaviour of anSailDataset
.SailClosable Common interface to objects that throwSailException
on close.SailClosingIteration AnIteration
that holds on to aSailClosable
until the Iteration is closed.SailDataset A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.SailDatasetImpl A view of anSailSource
that is derived from a backingSailDataset
.SailSink A mutable source of RDF graphs.SailSource A persistent yet mutable source or container of RDF graphs.SailSourceBranch AnSailSource
that keeps a delta of its state from a backingSailSource
.SailSourceConnection.IncludeInferred SailStore A high level interface used bySailSourceConnection
to accessSailSource
. -
Classes in org.eclipse.rdf4j.sail.base used by org.eclipse.rdf4j.sail.memory Class Description BackingSailSource A BackingSailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.SailClosable Common interface to objects that throwSailException
on close.SailDataset A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.SailSink A mutable source of RDF graphs.SailSource A persistent yet mutable source or container of RDF graphs.SailSourceConnection ASailConnection
implementation that is based on anSailStore
.SailStore A high level interface used bySailSourceConnection
to accessSailSource
.