Interrupt this
thread if possible.
Interrupt this
thread if possible. If this
is in the uninterruptible status, it won't be
interrupted until it enters into the interruptible status.
Run f
uninterruptibly in this
thread.
Run f
uninterruptibly in this
thread. The thread won't be interrupted before returning
from f
.
If this method finds that interrupt
is called before calling f
and it's not inside another
runUninterruptibly
, it will throw InterruptedException
.
Note: this method should be called only in this
thread.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
A special thread to run the stream query. Some codes require to run in the StreamExecutionThread and will use
classOf[StreamExecutionThread]
to check.