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, send, send 
- 
Method Details
- 
close
void close()Closes this sink. Further calls ofwill be ignored. If this sink has been closed before, calling this method again has no effect.invalid reference
#send(Object) - 
isClosed
boolean isClosed()Returns true if this sink has been closed. 
 -