Uses of Interface
org.eclipse.rdf4j.sail.base.SailSource
-
Packages that use SailSource 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 SailSource in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailSource Modifier and Type Class Description class
BackingSailSource
A BackingSailSource
that does not respond toBackingSailSource.close()
BackingSailSource.prepare()
orBackingSailSource.flush()
.Methods in org.eclipse.rdf4j.sail.base that return SailSource Modifier and Type Method Description SailSource
BackingSailSource. fork()
SailSource
SailSource. fork()
Creates a new branch of this source.SailSource
SailStore. getExplicitSailSource()
SailSource
SnapshotSailStore. getExplicitSailSource()
SailSource
SailStore. getInferredSailSource()
SailSource
SnapshotSailStore. getInferredSailSource()
-
Uses of SailSource in org.eclipse.rdf4j.sail.extensiblestore
Methods in org.eclipse.rdf4j.sail.extensiblestore that return SailSource Modifier and Type Method Description SailSource
ExtensibleSailStore. getExplicitSailSource()
SailSource
ExtensibleSailStore. getInferredSailSource()
-