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

org.cloudsimplus.autoscaling.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 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy