Uses of Interface
org.eclipse.rdf4j.sail.base.SailClosable
-
Packages that use SailClosable Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triples -
-
Uses of SailClosable in org.eclipse.rdf4j.sail.base
Subinterfaces of SailClosable in org.eclipse.rdf4j.sail.base Modifier and Type Interface Description interface
SailDataset
A state of anSailSource
at a point in time that will remain consistent untilSailDataset.close()
is called.interface
SailSink
A mutable source of RDF graphs.interface
SailSource
A persistent yet mutable source or container of RDF graphs.interface
SailStore
A high level interface used bySailSourceConnection
to accessSailSource
.Classes in org.eclipse.rdf4j.sail.base that implement SailClosable Modifier and Type Class Description class
BackingSailSource
A BackingSailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.class
SnapshotSailStore
ASailStore
wrapper that branches the backingSailSource
s to provide concurrentIsolationLevels.SNAPSHOT_READ
isolation and higher. -
Uses of SailClosable in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore that implement SailClosable Modifier and Type Class Description class
ExtensibleSailStore
-