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

org.cloudbus.cloudsim.provisioners.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

There is a newer version: 8.0.0
Show newest version
/**
 * Provides {@link org.cloudbus.cloudsim.provisioners.ResourceProvisioner} implementations
 * that define policies used by a {@link org.cloudbus.cloudsim.hosts.Host}
 * to manage the allocation of some resource for its VMs, such as
 * {@link org.cloudbus.cloudsim.resources.Ram},
 * {@link org.cloudbus.cloudsim.resources.Bandwidth} or {@link org.cloudbus.cloudsim.resources.Pe}.
 */
package org.cloudbus.cloudsim.provisioners;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy