org.cloudsimplus.autoscaling.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
/**
* Provides classes to enable horizontal and vertical scaling
* of VMs in order to, respectively, adapt resource requirements to current workload
* and to balance load across different VMs.
*
* These scaling mechanisms define a {@link java.util.function.Predicate} that
* define the condition to fire the scaling mechanism.
* The {@link org.cloudbus.cloudsim.brokers.DatacenterBroker} that the VM
* belongs to is accountable to evaluate the predicate and then
* request the scaling mechanism to act.
*
* @author Manoel Campos da Silva Filho
*/
package org.cloudsimplus.autoscaling;