Package | Description |
---|---|
jobTracer | |
models | |
scheduling | |
simulation |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Task> |
CriticalPath.getCriticalPath() |
Modifier and Type | Method and Description |
---|---|
void |
GenerateJobs.printLoadingApplication(java.util.List<java.util.List<Task>> loadApplications) |
Constructor and Description |
---|
CriticalPath(java.util.List<Task> App) |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Task> |
Task.taskESTComparator
Comparator for sorting the list by Tasks based on dEST
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Task> |
App.getReadyTasks()
Method to get ready tasks for BE-Mode
|
java.util.ArrayList<Task> |
App.getTasks() |
Constructor and Description |
---|
App(int IApp,
java.util.ArrayList<Task> Tasks) |
Constructor and Description |
---|
GlobalScheduler(Task t) |
Modifier and Type | Method and Description |
---|---|
Task |
SimExecution.getTask() |
Task |
Resource.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
ServersManager.executTask(Task t)
This is invoked by chosen cloud (or executer cloud)
|
Resource |
ServersManager.getAvaliableResourceForTask(Task t) |
protected void |
CloudEntity.notifyOriginalCloud(Task t) |
protected void |
ServersManager.updatedAssignedReceivedTasks(Task t,
boolean isInsertion) |
Constructor and Description |
---|
Resource(Cloud c,
Task t,
double DNeededEnergy,
double DCapacityRate)
This constructor is for BE mode
|
SimExecution(Task t) |
SimExecution(Task t,
java.lang.Double DReservationValidUntil,
Cloud CProvider) |