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
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 TypeMethodDescriptionstatic booleanChangeset.isOrderIndependent(Changeset changeset1, Changeset changeset2) voidprotected voidChangeset.setChangeset(Changeset from)