Class ChangesBatched

  • All Implemented Interfaces:
    TextDatasetChanges
    Direct Known Subclasses:
    TextDocProducerEntities

    public abstract class ChangesBatched
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void change​(TextQuadAction qaction, Node g, Node s, Node p, Node o)
      A change has occurred
      void finish()
      Indicator that a sequence of changes has now finished
      void reset()
      Release any resources
      void start()
      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