Class VmAllocationPolicyAbstract

java.lang.Object
org.cloudsimplus.allocationpolicies.VmAllocationPolicyAbstract
All Implemented Interfaces:
VmAllocationPolicy
Direct Known Subclasses:
VmAllocationPolicyBestFit, VmAllocationPolicyFirstFit, VmAllocationPolicyMigrationAbstract, VmAllocationPolicyRandom, VmAllocationPolicyRoundRobin, VmAllocationPolicySimple

public abstract class VmAllocationPolicyAbstract extends Object implements VmAllocationPolicy
An abstract class that represents the policy used by a Datacenter to choose a Host to place or migrate a given Vm.

Each Datacenter must have its own instance of a VmAllocationPolicy.

Since:
CloudSim Toolkit 1.0
Author:
Rodrigo N. Calheiros, Anton Beloglazov, Manoel Campos da Silva Filho