Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How it’s possible to send cloudlets in a specific time?

  • Cloudlets are sent using “submitCloudlets()” method.

    sendNow(getVmsToDatacentersMap().getvm.getId()), CloudSimTags.CLOUDLET_SUBMIT, cloudlet);
    //This function send cloudlet and add it in a simulation queue without any delay.
    Send(getVmsToDatacentersMap().get(vm.getId()),specifictime, CloudSimTags.CLOUDLET_SUBMIT, cloudlet);
    //The specific time is given in the specifictime variable.