Uses of Interface
org.eclipse.rdf4j.sail.base.SailSink
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Uses of SailSink in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.Modifier and TypeMethodDescriptionSailSource.sink
(IsolationLevel level) Create aSailSink
that when when itsSailSource.flush()
is called, the changes are applied to this source.