| Class | Description |
|---|---|
| PowerDatacenter |
PowerDatacenter is a class that enables simulation of power-aware data centers.
|
| PowerDatacenterBroker |
A broker for the power package.
|
| PowerDatacenterNonPowerAware |
PowerDatacenterNonPowerAware is a class that represents a non-power aware data center in the
context of power-aware simulations.
|
| PowerHost |
PowerHost class enables simulation of power-aware hosts.
|
| PowerHostUtilizationHistory |
The class of a host that stores its CPU utilization history.
|
| PowerVm |
The class of a VM that stores its CPU utilization history.
|
| PowerVmAllocationPolicyAbstract |
The class of an abstract power-aware VM allocation policy.
|
| PowerVmAllocationPolicyMigrationAbstract |
The class of an abstract power-aware VM allocation policy that dynamically optimizes the VM
allocation using migration.
|
| PowerVmAllocationPolicyMigrationInterQuartileRange |
The Inter Quartile Range (IQR) VM allocation policy.
|
| PowerVmAllocationPolicyMigrationLocalRegression |
The Local Regression (LR) VM allocation policy.
|
| PowerVmAllocationPolicyMigrationLocalRegressionRobust |
The Local Regression Robust (LRR) VM allocation policy.
|
| PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation |
The Median Absolute Deviation (MAD) VM allocation policy.
|
| PowerVmAllocationPolicyMigrationStaticThreshold |
The Static Threshold (THR) VM allocation policy.
|
| PowerVmAllocationPolicySimple |
This a simple class representing a simple VM allocation policy that does not perform any
optimization of the VM allocation.
|
| PowerVmSelectionPolicy |
The class of an abstract VM selection policy.
|
| PowerVmSelectionPolicyMaximumCorrelation |
The Maximum Correlation (MC) VM selection policy.
|
| PowerVmSelectionPolicyMinimumMigrationTime |
The Minimum Migration Time (MMT) VM selection policy.
|
| PowerVmSelectionPolicyMinimumUtilization |
The Minimum Utilization (MU) VM selection policy.
|
| PowerVmSelectionPolicyRandomSelection |
The Random Selection (RS) VM selection policy.
|