All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudsimplus.vms.package-info Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8+ Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

The newest version!
/**
 *
 * Provides implementations of Virtual Machines ({@link org.cloudsimplus.vms.Vm})
 * which are a software package that emulate the architecture of a physical machine.
 * Each VM is executed by a Host and it is used to run applications ({@link org.cloudsimplus.cloudlets.Cloudlet}).
 * Both VMs and Cloudlets are owned by a specific cloud customer
 * (represented by a {@link org.cloudsimplus.brokers.DatacenterBroker}).
 *
 * 

As each VM can run several Cloudlets, the scheduling of such Cloudlets on the VM's CPU * cores ({@link org.cloudsimplus.resources.Pe}) is defined by * a {@link org.cloudsimplus.schedulers.cloudlet.CloudletScheduler}. *

* *

The most basic Vm implementation is the {@link org.cloudsimplus.vms.VmSimple}.

* *

Specific Vm implementations can be power- or network-aware, enabling the simulation * of power consumption and network communication. For more information * see {@link org.cloudsimplus.datacenters} package documentation.

* * @author Manoel Campos da Silva Filho */ package org.cloudsimplus.vms;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy