Uses of Interface
org.cloudsimplus.listeners.CloudletResourceAllocationFailEventInfo
Packages that use CloudletResourceAllocationFailEventInfo
Package
Description
Provides
CloudletScheduler
implementations that are used to schedule the execution of multiple
Cloudlet
inside a given
Vm
.Provides
EventListener
implementations to enable event notifications during simulation execution.-
Uses of CloudletResourceAllocationFailEventInfo in org.cloudbus.cloudsim.schedulers.cloudlet
Method parameters in org.cloudbus.cloudsim.schedulers.cloudlet with type arguments of type CloudletResourceAllocationFailEventInfoModifier and TypeMethodDescriptionCloudletScheduler.addOnCloudletResourceAllocationFail
(EventListener<CloudletResourceAllocationFailEventInfo> listener) Adds a listener object that will be notified every time aCloudletScheduler
is not able to allocated the amount of resource aCloudlet
is requesting due to lack of available capacity.CloudletSchedulerAbstract.addOnCloudletResourceAllocationFail
(EventListener<CloudletResourceAllocationFailEventInfo> listener) boolean
CloudletScheduler.removeOnCloudletResourceAllocationFail
(EventListener<CloudletResourceAllocationFailEventInfo> listener) Removes a Listener object from the registered List.boolean
CloudletSchedulerAbstract.removeOnCloudletResourceAllocationFail
(EventListener<CloudletResourceAllocationFailEventInfo> listener) -
Uses of CloudletResourceAllocationFailEventInfo in org.cloudsimplus.listeners
Methods in org.cloudsimplus.listeners that return CloudletResourceAllocationFailEventInfoModifier and TypeMethodDescriptionCloudletResourceAllocationFailEventInfo.of
(EventListener<CloudletResourceAllocationFailEventInfo> listener, Cloudlet cloudlet, Class<? extends ResourceManageable> resourceClass, long requestedAmount, long availableAmount, double time) Gets a EventInfo instance from the given parameters.Methods in org.cloudsimplus.listeners that return types with arguments of type CloudletResourceAllocationFailEventInfoMethod parameters in org.cloudsimplus.listeners with type arguments of type CloudletResourceAllocationFailEventInfoModifier and TypeMethodDescriptionCloudletResourceAllocationFailEventInfo.of
(EventListener<CloudletResourceAllocationFailEventInfo> listener, Cloudlet cloudlet, Class<? extends ResourceManageable> resourceClass, long requestedAmount, long availableAmount, double time) Gets a EventInfo instance from the given parameters.