Uses of Interface
org.cloudsimplus.provisioners.PeProvisioner
Packages that use PeProvisioner
Package
Description
Provides
ResourceProvisioner implementations
that define policies used by a Host
to manage the allocation of some resource for its VMs, such as
Ram,
Bandwidth or Pe.Provides classes that represent different physical and logical
Resource used by simulation
objects such as Hosts and VMs.-
Uses of PeProvisioner in org.cloudsimplus.provisioners
Classes in org.cloudsimplus.provisioners that implement PeProvisionerModifier and TypeClassDescriptionclassA best-effortPeProvisionerpolicy used by aHostto provide its physicalPes as virtual PEs toVms:Fields in org.cloudsimplus.provisioners declared as PeProvisionerModifier and TypeFieldDescriptionstatic final PeProvisionerPeProvisioner.NULLAn attribute that implements the Null Object Design Pattern for PeProvisioner objects. -
Uses of PeProvisioner in org.cloudsimplus.resources
Methods in org.cloudsimplus.resources that return PeProvisionerModifier and TypeMethodDescriptionPe.getPeProvisioner()Gets thePeProvisionerthat manages the allocation of this physical PE toVms.Methods in org.cloudsimplus.resources with parameters of type PeProvisionerModifier and TypeMethodDescriptionPe.setPeProvisioner(PeProvisioner peProvisioner) Sets thePe.getPeProvisioner()that manages the allocation of this physical PE toVms.final PePeSimple.setPeProvisioner(@NonNull PeProvisioner peProvisioner) Constructors in org.cloudsimplus.resources with parameters of type PeProvisionerModifierConstructorDescriptionPeSimple(double mipsCapacity, PeProvisioner peProvisioner) Creates a PE object.PeSimple(int id, double mipsCapacity, PeProvisioner peProvisioner) Creates a PE object defining a given id.