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 ChangesetSailDatasetImpl.changesChanges 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.changesThe difference between thisSailSourceand the backingSailSource.SailSourceBranch.pendingChangeset.prependChangesets 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) voidSailSourceBranch.closeChangeset(Changeset changeset) private voidprivate boolean(package private) voidprivate void(package private) voidSailSourceBranch.preparedChangeset(Changeset changeset) voidprotected voidChangeset.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.