I got a code for implementing task scheduling in cloudsim. in that user made a following call to a method in cloudlet:
cloudlet.getCompletedRequests (getClassId.getSimplename())
now there is no such function by default in the cloudlet class. and i am unable to find this method anywhere, even not in cloudlet.java file.
where can i find the defintion of this method.