Uses of Package
org.cloudbus.cloudsim.cloudlets

Package
Description
Provides DatacenterBroker classes that act on behalf of a cloud customer, attending his/her requests for creation and destruction of Cloudlets and VMs, assigning such Cloudlets to specific VMs.
Provides Cloudlet implementations, that represent an application that will run inside a Vm.
Provides network-enabled Cloudlet implementations.
Provides Datacenter implementations, that represents a physical Cloud Datacenter and contains a set of Host that together provide the basic cloud infrastructure.
Provides CloudletScheduler implementations that are used to schedule the execution of multiple Cloudlet inside a given Vm.
Provides CloudletTaskScheduler implementations to perform network packet dispatching by a regular CloudletScheduler.
Provides general purpose, helper classes used internally by CloudSim Plus.
Provides implementations of Virtual Machines (Vm) which are a software package that emulate the architecture of a physical machine.
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 classes to inject random faults during simulation runtime.
Provides a set of interfaces and classes to develop heuristics to find sub-optimal solutions for problems, considering some utility function that has to be minimized or maximized.
Provides EventListener implementations to enable event notifications during simulation execution.
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.