Class UpdateRequestSink

  • All Implemented Interfaces:
    org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sink<Update>, UpdateSink

    public class UpdateRequestSink
    extends java.lang.Object
    implements UpdateSink
    • Constructor Detail

      • UpdateRequestSink

        public UpdateRequestSink​(UpdateRequest updateRequest)
    • Method Detail

      • send

        public void send​(Update update)
        Specified by:
        send in interface org.apache.jena.atlas.lib.Sink<Update>
      • flush

        public void flush()
        Specified by:
        flush in interface org.apache.jena.atlas.lib.Sink<Update>
      • close

        public void close()
        Specified by:
        close in interface org.apache.jena.atlas.lib.Closeable