Uses of Class
org.eclipse.rdf4j.sail.base.Changeset
-
Packages that use Changeset Package Description org.eclipse.rdf4j.sail.base 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 Changeset Modifier and Type Method Description Changeset
Changeset. shallowClone()
Create a shallow clone of this Changeset.Methods in org.eclipse.rdf4j.sail.base with parameters of type Changeset Modifier and Type Method Description void
Changeset. prepend(Changeset changeset)
protected void
Changeset. setChangeset(Changeset from)
-