Interface ClosableIntermediateResultElementSink

All Superinterfaces:
IntermediateResultElementSink
All Known Implementing Classes:
SynchronizedIntermediateResultElementSink

public interface ClosableIntermediateResultElementSink extends IntermediateResultElementSink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes this sink.
    boolean
    Returns true if this sink has been closed.

    Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.IntermediateResultElementSink

    send
  • Method Details

    • close

      void close()
      Closes this sink. Further calls of #send(Object) will be ignored. If this sink has been closed before, calling this method again has no effect.
    • isClosed

      boolean isClosed()
      Returns true if this sink has been closed.