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 anSailSourceBranchawaiting to be flushed into its backingSailSource.Changeset.AdderBasedReadWriteLock Changeset.SimpleStatementPattern DelegatingSailDataset A wrapper around anSailDatasetto specialize the behaviour of anSailDataset.SailClosable Common interface to objects that throwSailExceptionon close.SailClosingIteration AnIterationthat holds on to aSailClosableuntil the Iteration is closed.SailDataset A state of anSailSourceat a point in time that will remain consistent untilSailDataset.close()is called.SailDatasetImpl A view of anSailSourcethat is derived from a backingSailDataset.SailSink A mutable source of RDF graphs.SailSource A persistent yet mutable source or container of RDF graphs.SailSourceBranch AnSailSourcethat keeps a delta of its state from a backingSailSource.SailSourceConnection.IncludeInferred SailStore A high level interface used bySailSourceConnectionto accessSailSource. -
Classes in org.eclipse.rdf4j.sail.base used by org.eclipse.rdf4j.sail.memory Class Description BackingSailSource A BackingSailSourcethat does not respond toBackingSailSource.close()BackingSailSource.prepare()orBackingSailSource.flush().SailClosable Common interface to objects that throwSailExceptionon close.SailDataset A state of anSailSourceat 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 ASailConnectionimplementation that is based on anSailStore.SailStore A high level interface used bySailSourceConnectionto accessSailSource.