Uses of Interface
org.eclipse.rdf4j.sail.base.SailSink
-
Packages that use SailSink Package Description org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). -
-
Uses of SailSink in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SailSink Modifier and Type Class Description class
Changeset
Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.Methods in org.eclipse.rdf4j.sail.base that return SailSink Modifier and Type Method Description SailSink
SailSource. sink(IsolationLevel level)
Create aSailSink
that when when itsSailSource.flush()
is called, the changes are applied to this source.Methods in org.eclipse.rdf4j.sail.base with parameters of type SailSink Modifier and Type Method Description void
Changeset. sinkObserved(SailSink sink)
-