public class SchedulingStrategy
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FCFS
public static final String FCFS
- See Also:
-
-
PROCESSOR_SHARING
public static final String PROCESSOR_SHARING
- See Also:
-
-
DELAY
public static final String DELAY
- See Also:
-
-
SPECIAL_WINDOWS
public static final String SPECIAL_WINDOWS
- See Also:
-
-
SPECIAL_LINUXO1
public static final String SPECIAL_LINUXO1
- See Also:
-
-
GINPEX_DISK
public static final String GINPEX_DISK
- See Also:
-
-
Constructor Details
-
SchedulingStrategy
public SchedulingStrategy()