|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.concurrent.FutureTask<T>
org.teiid.dqp.internal.process.DQPCore.FutureWork<T>
public static final class DQPCore.FutureWork<T>
| Field Summary |
|---|
| Fields inherited from interface org.teiid.dqp.internal.process.ThreadReuseExecutor.PrioritizedRunnable |
|---|
NO_WAIT_PRIORITY |
| Constructor Summary | |
|---|---|
DQPCore.FutureWork(java.util.concurrent.Callable<T> processor,
int priority)
|
|
DQPCore.FutureWork(java.lang.Runnable processor,
T result,
int priority)
|
|
| Method Summary | |
|---|---|
protected void |
done()
|
long |
getCreationTime()
|
DQPWorkContext |
getDqpWorkContext()
|
int |
getPriority()
|
void |
release()
|
void |
run()
|
| Methods inherited from class java.util.concurrent.FutureTask |
|---|
cancel, get, get, isCancelled, isDone, runAndReset, set, setException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DQPCore.FutureWork(java.util.concurrent.Callable<T> processor,
int priority)
public DQPCore.FutureWork(java.lang.Runnable processor,
T result,
int priority)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in interface java.util.concurrent.RunnableFuture<T>run in class java.util.concurrent.FutureTask<T>public int getPriority()
getPriority in interface ThreadReuseExecutor.PrioritizedRunnablepublic long getCreationTime()
getCreationTime in interface ThreadReuseExecutor.PrioritizedRunnablepublic DQPWorkContext getDqpWorkContext()
getDqpWorkContext in interface ThreadReuseExecutor.PrioritizedRunnablepublic void release()
release in interface javax.resource.spi.work.Workprotected void done()
done in class java.util.concurrent.FutureTask<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||