Class ResultElementIterWithBinaryExecOp.MyOpRunnerThread
java.lang.Object
java.lang.Thread
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase.OpRunnerThread
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterWithBinaryExecOp.MyOpRunnerThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ResultElementIterWithBinaryExecOp
protected class ResultElementIterWithBinaryExecOp.MyOpRunnerThread
extends ResultElementIterBase.OpRunnerThread
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResultBlockIterator
protected final ResultBlockIterator
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionMyOpRunnerThread
(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase.OpRunnerThread
getExceptionIfAny, run
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
inputIter1
-
inputIter2
-
-
Constructor Details
-
MyOpRunnerThread
public MyOpRunnerThread(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2)
-
-
Method Details
-
getOp
- Specified by:
getOp
in classResultElementIterBase.OpRunnerThread
-
getInput1
-
getInput2
-
_run
- Specified by:
_run
in classResultElementIterBase.OpRunnerThread
- Throws:
ExecutionException
-