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

org.cloudbus.cloudsim.selectionpolicies.power.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.selectionpolicies.power.PowerVmSelectionPolicy}
 * implementations that define policies to be used by a {@link org.cloudbus.cloudsim.hosts.Host}
 * to select a {@link org.cloudbus.cloudsim.vms.Vm} to migrate from a list of VMs.
 *
 * 

The order in which VMs are migrated may impact positive or negatively * some SLA metric. For instance, migrating VMs that are requiring more bandwidth * may reduce network congestion after such VMs are migrated and * will make more bandwidth available that will reduce the migration * time for subsequent migrating VMs.

* * @author Manoel Campos da Silva Filho */ package org.cloudbus.cloudsim.selectionpolicies.power;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy