| Package | Description |
|---|---|
| org.cloudbus.cloudsim.power |
| Modifier and Type | Class and Description |
|---|---|
class |
PowerVmAllocationPolicyMigrationAbstract
The class of an abstract power-aware VM allocation policy that dynamically optimizes the VM
allocation using migration.
|
class |
PowerVmAllocationPolicyMigrationInterQuartileRange
The Inter Quartile Range (IQR) VM allocation policy.
|
class |
PowerVmAllocationPolicyMigrationLocalRegression
The Local Regression (LR) VM allocation policy.
|
class |
PowerVmAllocationPolicyMigrationLocalRegressionRobust
The Local Regression Robust (LRR) VM allocation policy.
|
class |
PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation
The Median Absolute Deviation (MAD) VM allocation policy.
|
class |
PowerVmAllocationPolicyMigrationStaticThreshold
The Static Threshold (THR) VM allocation policy.
|
class |
PowerVmAllocationPolicySimple
This a simple class representing a simple VM allocation policy that does not perform any
optimization of the VM allocation.
|