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
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.