Package org.teiid.dqp.internal.process
Interface ThreadReuseExecutor.PrioritizedRunnable
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
FutureWork
,RequestWorkItem
,ThreadReuseExecutor.RunnableWrapper
- Enclosing class:
- ThreadReuseExecutor
public static interface ThreadReuseExecutor.PrioritizedRunnable extends Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static int
NO_WAIT_PRIORITY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCreationTime()
DQPWorkContext
getDqpWorkContext()
int
getPriority()
The execution priority - higher is lower
-
-
-
Field Detail
-
NO_WAIT_PRIORITY
static final int NO_WAIT_PRIORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPriority
int getPriority()
The execution priority - higher is lower
-
getCreationTime
long getCreationTime()
-
getDqpWorkContext
DQPWorkContext getDqpWorkContext()
-
-