Reputation: 293
I change task priorities based my algorithm now I want gives this tasks to vms , How I can do it in cloudsim?
Upvotes: 4
Views: 395
Reputation: 2561
There's a method bindCloudletToVm
of the class DatacenterBroker
. You can refer this
Upvotes: 0
Reputation: 40
you can set the 'classType' parameter of cloudLet object from your algorithm to priorotize them.
Upvotes: 1