Search code examples
cloudsim

How change task priority in cloudsim?


I change task priorities based my algorithm now I want gives this tasks to vms , How I can do it in cloudsim?


Solution

  • you can set the 'classType' parameter of cloudLet object from your algorithm to priorotize them.