Class DatasetChangesBatched

java.lang.Object
org.apache.jena.sparql.core.DatasetChangesBatched
All Implemented Interfaces:
DatasetChanges

@Deprecated public abstract class DatasetChangesBatched extends Object implements DatasetChanges
Deprecated.
Do not use. This class does not have a clear contract when used with transactions.
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(QuadAction qaction, Node g, Node s, Node p, Node o)
    Deprecated.
    A change has occurred
    final void
    Deprecated.
    Indicator that a sequence of changes has now finished
    final void
    Deprecated.
    Release any resources
    final void
    Deprecated.
    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