Interface ClosableIntermediateResultElementSink
- All Superinterfaces:
IntermediateResultElementSink
- All Known Implementing Classes:
SynchronizedIntermediateResultElementSink
-
Method Summary
Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.IntermediateResultElementSink
send
-
Method Details
-
close
void close()Closes this sink. Further calls ofinvalid reference
#send(Object)
-
isClosed
boolean isClosed()Returns true if this sink has been closed.
-