Interface TextDatasetChanges

All Known Subinterfaces:
TextDocProducer
All Known Implementing Classes:
ChangesBatched, TextDocProducerEntities, TextDocProducerTriples

public interface TextDatasetChanges
Interface for notification of changes (adds and deletes of quads) to a DatasetGraph
  • 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
    void
    Indicator that a sequence of changes has now finished
    void
    Release any resources
    void
    Indicator that a sequence of changes is about to start
  • Method Details

    • start

      void start()
      Indicator that a sequence of changes is about to start
    • change

      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
      See Also:
    • finish

      void finish()
      Indicator that a sequence of changes has now finished
    • reset

      void reset()
      Release any resources