Uses of Package
org.eclipse.rdf4j.sail.base
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Elasticsearch store for string triples
The LMDB based Store.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
-
ClassDescriptionSet of changes applied to an
SailSourceBranch
awaiting to be flushed into its backingSailSource
.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.A high level interface used bySailSourceConnection
to accessSailSource
. -
-
ClassDescriptionCommon interface to objects that throw
SailException
on close.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
. -
-
-