public class IUScheduler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
DARRIVAL_GAP_TIME
waiting gap time (or delay) used when distributing application to clouds in CloudEntity
|
static double |
DDEADLINE_EXTENSION
Percentage to be added for extending deadline
|
static double |
DEFAULT_GAP_TIME
default gap time to be added to the current sim time for scheduling application in future
|
static double |
DKWH_FACTOR |
static double |
DSERVER_DOWN
For evaluating the reliability of cloud-resources
|
static double |
DTOKEN_DEFAULT_DURATION
default duration time for taken to be released automatically
|
static double |
DTSAK_EXECUTION_GAP_TIME
Delay time for assigning and realising tasks from CPUs
|
static boolean |
DV_FREQUENCY_SCALING |
static boolean |
INCLUDE_COMMUNICATION_COST
to either include (or exclude) energy consumed for communication when transferring data set between clouds
|
static boolean |
IS_DISTRIBUTED
Distributing applications among clouds,
if false, the first cloud is going to receive all applications
|
static double |
RANGE_ACCEPTED_COST
Acceptable range of costs used in global scheduling provided by connected clouds.
|
static int |
RESOURCE_DECISION_MODE
Decision to chose best resource modes are :
[Lowest energy mode=1] or
[combination mode =2] between lower energy and high free capacity rate.
|
static boolean |
SCHEDULING_MODE
scheduling modes are :
[BestEffortBased=false] or [ReservationBased=true]
|
static double |
SPEEDOF_NETWORK_SIGNAL
The speed of the network signal in km/s
|
static java.lang.String |
strSubFolder |
Constructor and Description |
---|
IUScheduler() |
public static final boolean IS_DISTRIBUTED
public static int RESOURCE_DECISION_MODE
public static final double DARRIVAL_GAP_TIME
public static boolean SCHEDULING_MODE
public static final boolean INCLUDE_COMMUNICATION_COST
public static double RANGE_ACCEPTED_COST
public static final double DTOKEN_DEFAULT_DURATION
public static final double DEFAULT_GAP_TIME
public static double DTSAK_EXECUTION_GAP_TIME
public static double DDEADLINE_EXTENSION
public static double SPEEDOF_NETWORK_SIGNAL
public static double DSERVER_DOWN
public static final double DKWH_FACTOR
public static java.lang.String strSubFolder
public static boolean DV_FREQUENCY_SCALING