Uses of Interface
org.eclipse.rdf4j.sail.base.SailSink
Packages that use SailSink
Package
Description
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 SailSinkModifier and TypeClassDescriptionclass
Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.Methods in org.eclipse.rdf4j.sail.base that return SailSinkModifier and TypeMethodDescriptionSailSource.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