Uses of Package
org.cloudsimplus.hosts
Packages that use org.cloudsimplus.hosts
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
Builder classes that
implement the Builder Design Pattern
to allow instantiating multiple simulation objects more easily.Provides
Table classes
that are used to format simulation results in different and structured ways such as
ASCII, CSV or HTML tables.Provides
Datacenter implementations
that represent a physical Cloud Datacenter and contains a set of
Host.Provides classes to inject random faults during simulation runtime.
Provides
Host implementations
that represent a Physical Machine (PM) used to run Vms
from different cloud customers
(represented by a DatacenterBroker).Provides network-enabled
Host implementations.Provides
EventListener
implementations to enable event notifications during simulation execution.Provides classes and interfaces for modeling how physical or virtual elements
consume power, such as
Datacenters, Hosts and
Vms.Provides
VmScheduler
implementations that are used to schedule the execution of multiple
Vms inside a given
Host.Provides
VmSelectionPolicy
implementations that define policies to be used by a Host
to select a Vm to migrate.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.
Provides classes to process trace files from
Google Cluster Data
that create objects such as Hosts and Cloudlets from such files.
Provides network-enabled
Vm implementations.-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.allocationpoliciesClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.allocationpolicies.migrationClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.buildersClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.builders.tablesClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.Keeps historic CPU utilization data about a
Hostfor a given time. -
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.datacentersClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.faultinjectionClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.hosts
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.hosts.networkClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.A base class for implementing
Hosts.A Host class that implements the most basic features of a Physical Machine (PM) inside aDatacenter. -
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.listenersClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.power.modelsClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.schedulers.vmClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.selectionpoliciesClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.testbedsClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.traces.googleClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.vmsClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.
-
Classes in org.cloudsimplus.hosts used by org.cloudsimplus.vms.networkClassDescriptionAn interface to be implemented by each class that provides Physical Machines (Hosts) features.