Uses of Package
org.cloudsimplus.allocationpolicies
Packages that use org.cloudsimplus.allocationpolicies
Package
Description
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.Provides
VmAllocationPolicy implementations
that enables VM migration.Provides
Datacenter implementations
that represent a physical Cloud Datacenter and contains a set of
Host.Provides network-enabled
Datacenter implementations.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.
-
Classes in org.cloudsimplus.allocationpolicies used by org.cloudsimplus.allocationpoliciesClassDescriptionAn interface to be implemented by each class that represents a policy, used by a
Datacenter, to choose aHostto place or migrate a givenVmorVmGroup.An abstract class that represents the policy used by aDatacenterto choose aHostto place or migrate a givenVm. -
Classes in org.cloudsimplus.allocationpolicies used by org.cloudsimplus.allocationpolicies.migrationClassDescriptionAn interface to be implemented by each class that represents a policy, used by a
Datacenter, to choose aHostto place or migrate a givenVmorVmGroup.An abstract class that represents the policy used by aDatacenterto choose aHostto place or migrate a givenVm. -
Classes in org.cloudsimplus.allocationpolicies used by org.cloudsimplus.datacentersClassDescriptionAn interface to be implemented by each class that represents a policy, used by a
Datacenter, to choose aHostto place or migrate a givenVmorVmGroup. -
Classes in org.cloudsimplus.allocationpolicies used by org.cloudsimplus.datacenters.networkClassDescriptionAn interface to be implemented by each class that represents a policy, used by a
Datacenter, to choose aHostto place or migrate a givenVmorVmGroup. -
Classes in org.cloudsimplus.allocationpolicies used by org.cloudsimplus.testbedsClassDescriptionAn interface to be implemented by each class that represents a policy, used by a
Datacenter, to choose aHostto place or migrate a givenVmorVmGroup.