Uses of Class
org.eclipse.rdf4j.sail.base.Changeset.SimpleStatementPattern
Packages that use Changeset.SimpleStatementPattern
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Uses of Changeset.SimpleStatementPattern in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base with type parameters of type Changeset.SimpleStatementPatternModifier and TypeFieldDescriptionprivate Set<Changeset.SimpleStatementPattern> Changeset.observedWhen inIsolationLevels.SERIALIZABLEthis contains all the observedStatementPatterns that were observed byObservingSailDataset.Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type Changeset.SimpleStatementPatternMethod parameters in org.eclipse.rdf4j.sail.base with type arguments of type Changeset.SimpleStatementPatternModifier and TypeMethodDescriptionvoidChangeset.observeAll(Set<Changeset.SimpleStatementPattern> observed) default voidSailSink.observeAll(Set<Changeset.SimpleStatementPattern> observed)