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). -
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.SimpleStatementPattern 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.SailStore A high level interface used bySailSourceConnectionto accessSailSource.