org.globus.exec.service.exec
Class RunQueue
java.lang.Object
org.globus.exec.service.exec.RunQueue
- class RunQueue
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.commons.logging.Log logger
- Log4J logger
i18n
private static org.globus.util.I18n i18n
RUN_QUEUE
private static RunQueue RUN_QUEUE
MINIMUM_RUN_THREAD_COUNT
private static final int MINIMUM_RUN_THREAD_COUNT
- See Also:
- Constant Field Values
DEFAULT_RUN_THREAD_COUNT
private static final int DEFAULT_RUN_THREAD_COUNT
- See Also:
- Constant Field Values
readyQueue
private java.util.LinkedList readyQueue
RunQueue
private RunQueue()
add
public void add(ResourceKey resourceKey)
remove
public ResourceKey remove()
printRunQueueGraph
private void printRunQueueGraph()
size
public int size()
getInstance
public static RunQueue getInstance()