org.teiid.dqp.internal.process
Interface ThreadReuseExecutor.PrioritizedRunnable

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
DQPCore.FutureWork, RequestWorkItem
Enclosing class:
ThreadReuseExecutor

public static interface ThreadReuseExecutor.PrioritizedRunnable
extends java.lang.Runnable


Field Summary
static int NO_WAIT_PRIORITY
           
 
Method Summary
 long getCreationTime()
           
 DQPWorkContext getDqpWorkContext()
           
 int getPriority()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

NO_WAIT_PRIORITY

static final int NO_WAIT_PRIORITY
See Also:
Constant Field Values
Method Detail

getPriority

int getPriority()

getCreationTime

long getCreationTime()

getDqpWorkContext

DQPWorkContext getDqpWorkContext()


Copyright © 2011. All Rights Reserved.