Class VmAllocationPolicySimple

  • All Implemented Interfaces:
    VmAllocationPolicy

    public class VmAllocationPolicySimple
    extends VmAllocationPolicyAbstract
    A VmAllocationPolicy implementation that chooses, as the host for a VM, that one with the fewest PEs in use. It is therefore a Worst Fit policy, allocating each VM into the host with most available PEs.

    NOTE: This policy doesn't perform optimization of VM allocation by means of VM migration.

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