compbio.engine.cluster.dundee
Enum _Queue

java.lang.Object
  extended by java.lang.Enum<_Queue>
      extended by compbio.engine.cluster.dundee._Queue
All Implemented Interfaces:
Serializable, Comparable<_Queue>

Deprecated.

@Deprecated
public enum _Queue
extends Enum<_Queue>


Enum Constant Summary
BIGINT
          Deprecated.  
BIGMEM
          Deprecated.  
BIT64
          Deprecated.  
DEVEL
          Deprecated. Order of the constraint reflect the priority of the queue
PRIBIT64
          Deprecated.  
 
Method Summary
 int getMemoryLimit()
          Deprecated. return max memory limit in Mb
static _Queue getQueue(int maxMemory, int timeLimitInHours)
          Deprecated.  
 _Queue getQueue(String queueName)
          Deprecated.  
static _Queue getQueueByMemoryRequirements(int maxMemory)
          Deprecated.  
 int getTimeLimit()
          Deprecated. 0 - unlimited
 boolean hasTimeLimit()
          Deprecated.  
 String toString()
          Deprecated.  
static _Queue valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static _Queue[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DEVEL

public static final _Queue DEVEL
Deprecated. 
Order of the constraint reflect the priority of the queue


PRIBIT64

public static final _Queue PRIBIT64
Deprecated. 

BIT64

public static final _Queue BIT64
Deprecated. 

BIGINT

public static final _Queue BIGINT
Deprecated. 

BIGMEM

public static final _Queue BIGMEM
Deprecated. 
Method Detail

values

public static _Queue[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (_Queue c : _Queue.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static _Queue valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Deprecated. 
Overrides:
toString in class Enum<_Queue>

getTimeLimit

public int getTimeLimit()
Deprecated. 
0 - unlimited

Returns:
max runtime in hours

hasTimeLimit

public boolean hasTimeLimit()
Deprecated. 
Returns:
true if the queue has time limit, false overwise

getMemoryLimit

public int getMemoryLimit()
Deprecated. 
return max memory limit in Mb

Returns:

getQueueByMemoryRequirements

public static _Queue getQueueByMemoryRequirements(int maxMemory)
Deprecated. 

getQueue

public static _Queue getQueue(int maxMemory,
                              int timeLimitInHours)
Deprecated. 

getQueue

public _Queue getQueue(String queueName)
Deprecated.