Uses of Interface
org.eclipse.rdf4j.sail.base.SailClosable
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
-
Uses of SailClosable in org.eclipse.rdf4j.sail.base
Modifier and TypeInterfaceDescriptioninterface
A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.interface
A mutable source of RDF graphs.interface
A persistent yet mutable source or container of RDF graphs.interface
A high level interface used bySailSourceConnection
to accessSailSource
.Modifier and TypeClassDescriptionclass
A BackingSailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.class
Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.class
ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher. -
Uses of SailClosable in org.eclipse.rdf4j.sail.extensiblestore