Uses of Package
org.cloudbus.cloudsim.allocationpolicies

Packages that use org.cloudbus.cloudsim.allocationpolicies 
Package Description
org.cloudbus.cloudsim.allocationpolicies
Provides classes that implement policies for a Datacenter to select a Host to place or migrate a VM, based on some criteria defined by each class.
org.cloudbus.cloudsim.allocationpolicies.migration
Provides VmAllocationPolicy implementations that enables VM migration.
org.cloudbus.cloudsim.datacenters
Provides Datacenter implementations, that represents a physical Cloud Datacenter and contains a set of Host that together provide the basic cloud infrastructure.
org.cloudbus.cloudsim.datacenters.network
Provides network-enabled Datacenter implementations.
org.cloudsimplus.testbeds
Provides base classes to enable implementing testbeds in a repeatable manner, allowing a researcher to execute several simulation runs for a given experiment and collect statistical data using a scientific approach.