Uses of Class
org.eclipse.rdf4j.sail.base.Changeset
Packages that use Changeset
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Uses of Changeset in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as ChangesetModifier and TypeFieldDescriptionprivate final Changeset
SailDatasetImpl.changes
Changes that have not yet beenSailSource.flush()
ed to the backingSailDataset
.Fields in org.eclipse.rdf4j.sail.base with type parameters of type ChangesetModifier and TypeFieldDescriptionprivate final ArrayDeque
<Changeset> SailSourceBranch.changes
The difference between thisSailSource
and the backingSailSource
.SailSourceBranch.pending
Changeset.prepend
Changeset
s that have beenSailSink.flush()
ed to the sameSailSourceBranch
, since this object wasSailSink.flush()
ed.Methods in org.eclipse.rdf4j.sail.base that return ChangesetModifier and TypeMethodDescriptionChangeset.shallowClone()
Create a shallow clone of this Changeset.Methods in org.eclipse.rdf4j.sail.base with parameters of type ChangesetModifier and TypeMethodDescription(package private) void
SailSourceBranch.closeChangeset
(Changeset changeset) private void
private boolean
(package private) void
private void
(package private) void
SailSourceBranch.preparedChangeset
(Changeset changeset) void
protected void
Changeset.setChangeset
(Changeset from) Constructors in org.eclipse.rdf4j.sail.base with parameters of type ChangesetModifierConstructorDescriptionSailDatasetImpl
(SailDataset derivedFrom, Changeset changes) Create a derivative dataset that applies the given changeset.