| Package | Description |
|---|---|
| models | |
| scheduling | |
| simulation |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Resource> |
Task.getResources() |
java.util.ArrayList<Resource> |
App.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.addResource(Resource res) |
void |
App.addResource(Resource res) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
GlobalScheduler.getBestResource() |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<Resource> |
Resource.capacityRateComparator
Comparator for sorting the list by [dCapacityRate]
|
static java.util.Comparator<Resource> |
Resource.combinedEnergyPlusCapacityRateComparator
Comparator for sorting the list by [dCombinedEnergyPlusCapacityRate]
|
static java.util.Comparator<Resource> |
Resource.proposedNeededEnergyComparator
Comparator for sorting the list by [ProposedNeededEnergy]
|
static java.util.Comparator<Resource> |
Resource.proposedNeededEnergyForExecutionComparator
Comparator for sorting the list by [dProposedNeededEnergyForExecution]
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ServersManager.getAvaliableResourceForTask(Task t) |
Resource |
ServersManager.makeAppReservation(App app)
***************************************************************************************
Making reservation returns a Resource object that estimates needed energy
and occupied capacity rate with token details.
|