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
SailSourceBranchawaiting to be flushed into its backingSailSource.A wrapper around anSailDatasetto specialize the behaviour of anSailDataset.Common interface to objects that throwSailExceptionon close.AnIterationthat holds on to aSailClosableuntil the Iteration is closed.A state of anSailSourceat a point in time that will remain consistent untilSailDataset.close()is called.A view of anSailSourcethat is derived from a backingSailDataset.A mutable source of RDF graphs.A persistent yet mutable source or container of RDF graphs.AnSailSourcethat keeps a delta of its state from a backingSailSource.A high level interface used bySailSourceConnectionto accessSailSource. -
Classes in org.eclipse.rdf4j.sail.base used by org.eclipse.rdf4j.sail.memoryClassDescriptionA Backing
SailSourcethat does not respond toBackingSailSource.close()BackingSailSource.prepare()orBackingSailSource.flush().Common interface to objects that throwSailExceptionon close.A state of anSailSourceat 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.ASailConnectionimplementation that is based on anSailStore.A high level interface used bySailSourceConnectionto accessSailSource.