Uses of Class
compbio.engine.cluster.dundee._Queue

Packages that use _Queue
compbio.engine.cluster.dundee   
compbio.runner Utilities commonly used by all runners. 
 

Uses of _Queue in compbio.engine.cluster.dundee
 

Methods in compbio.engine.cluster.dundee that return _Queue
static _Queue _Queue.getQueue(int maxMemory, int timeLimitInHours)
           
 _Queue _Queue.getQueue(java.lang.String queueName)
           
static _Queue _Queue.getQueueByMemoryRequirements(int maxMemory)
           
static _Queue _Queue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static _Queue[] _Queue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of _Queue in compbio.runner
 

Methods in compbio.runner that return _Queue
 _Queue _NativeSpecHelper.getApproprieteQueue()