Class DatacenterBrokerFirstFit

All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<SimEntity>, java.lang.Runnable, DatacenterBroker, Identifiable, Nameable, SimEntity

public class DatacenterBrokerFirstFit
extends DatacenterBrokerSimple
A implementation of DatacenterBroker that uses a First Fit mapping between submitted cloudlets and Vm's, trying to place a Cloudlet at the first suitable Vm which can be found (according to the required Cloudlet's PEs). The Broker then places the submitted Vm's at the first Datacenter found. If there isn't capacity in that one, it will try the other ones.
Since:
CloudSim Plus 4.6.0
Author:
Manoel Campos da Silva Filho
  • Constructor Details

    • DatacenterBrokerFirstFit

      public DatacenterBrokerFirstFit​(CloudSim simulation)
      Creates a DatacenterBroker object.
      Parameters:
      simulation - The CloudSim instance that represents the simulation the Entity is related to
  • Method Details