GridSim 5.0 beta

Uses of Interface
gridsim.parallel.util.WorkloadModel

Packages that use WorkloadModel
gridsim.parallel.util   
 

Uses of WorkloadModel in gridsim.parallel.util
 

Classes in gridsim.parallel.util that implement WorkloadModel
 class WorkloadFileReader
          This class is responsible for reading resource traces from a file and creating a list of jobs.
 class WorkloadLublin99
          The main purpose of this class is to create a realistic simulation environment where your jobs are competing with others.
 

Constructors in gridsim.parallel.util with parameters of type WorkloadModel
Workload(String name, double baudRate, double propDelay, int MTU, String resourceName, WorkloadModel model)
          Create a new Workload object with the network extension.
Workload(String name, Link link, String resourceName, WorkloadModel model)
          Create a new Workload object with the network extension.
Workload(String name, String resourceName, WorkloadModel model)
          Create a new Workload object without using the network extension.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009