org.cloudsimplus.hosts.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudsim-plus Show documentation
Show all versions of cloudsim-plus Show documentation
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 {@link org.cloudsimplus.hosts.Host} implementations
* that represent a Physical Machine (PM) is used to run {@link org.cloudsimplus.vms.Vm}
* from different cloud customers
* (represented by a {@link org.cloudsimplus.brokers.DatacenterBroker}).
*
* As each Host can run several VMs, the scheduling of such VMs on the Host's CPU
* cores ({@link org.cloudsimplus.resources.Pe}) is defined by
* a {@link org.cloudsimplus.schedulers.vm.VmScheduler}.
*
*
* The most basic Host is the {@link org.cloudsimplus.hosts.HostSimple}.
*
* Specific Host 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.hosts;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy