Interface UpdateEngine

All Known Implementing Classes:
UpdateEngineBase, UpdateEngineMain, UpdateEngineNonStreaming

public interface UpdateEngine
An UpdateEngine provides an interface to execute a SPARQL update request. An update engine is use-once; that is, it executes a single SPARQL Update request (there may be multiple operations in one request).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Signal end of a request being executed
    Returns an UpdateSink that accepts Update operations
    void
    Signal start of a request being executed
  • Method Details

    • startRequest

      void startRequest()
      Signal start of a request being executed
    • finishRequest

      void finishRequest()
      Signal end of a request being executed
    • getUpdateSink

      UpdateSink getUpdateSink()
      Returns an UpdateSink that accepts Update operations