Class ChangesBatched

java.lang.Object
org.apache.jena.query.text.changes.ChangesBatched
All Implemented Interfaces:
TextDatasetChanges
Direct Known Subclasses:
TextDocProducerEntities

public abstract class ChangesBatched extends Object implements TextDatasetChanges
Collect a stream of DatasetChanges into batches. A batch is adjacent quads changes with (same graph, same subject, same action).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    change(TextQuadAction qaction, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o)
    A change has occurred
    final void
    Indicator that a sequence of changes has now finished
    final void
    Release any resources
    final void
    Indicator that a sequence of changes is about to start

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait