Uses of Interface
org.eclipse.rdf4j.sail.base.SailSource
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
-
Uses of SailSource in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
A BackingSailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.Modifier and TypeMethodDescriptionBackingSailSource.fork()
SailSource.fork()
Creates a new branch of this source.SailStore.getExplicitSailSource()
SnapshotSailStore.getExplicitSailSource()
SailStore.getInferredSailSource()
SnapshotSailStore.getInferredSailSource()
-
Uses of SailSource in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeMethodDescriptionExtensibleSailStore.getExplicitSailSource()
ExtensibleSailStore.getInferredSailSource()