GridSim 5.0 beta

Uses of Class
gridsim.ParameterException

Packages that use ParameterException
gridsim.datagrid Classes that form the framework of DataGrid model in GridSim. 
gridsim.datagrid.storage Classes that form the structure of Storage elements of a DataGrid resource. 
gridsim.net Classes that form the network extension of GridSim
gridsim.net.flow Classes that form the network flow extension of GridSim
gridsim.util Classes that perform other important functionalities of GridSim
 

Uses of ParameterException in gridsim.datagrid
 

Constructors in gridsim.datagrid that throw ParameterException
File(File file)
          Copy constructor, i.e.
File(String fileName, int fileSize)
          Creates a new DataGrid file with a given size (in MBytes).
FileAttribute(String fileName, int fileSize)
          Allocates a new FileAttribute class.
ReplicaManager(String name, String resourceName)
          Creates a new Replica Manager object
SimpleReplicaManager(String name, String resourceName)
          Creates a new Replica Manager object
 

Uses of ParameterException in gridsim.datagrid.storage
 

Constructors in gridsim.datagrid.storage that throw ParameterException
HarddriveStorage(double capacity)
          Creates a new harddrive storage with a given capacity.
HarddriveStorage(String name, double capacity)
          Creates a new harddrive storage with a given name and capacity.
TapeStorage(double capacity)
          Constructs a new tape storage with a given capacity.
TapeStorage(String name, double capacity)
          Constructs a new tape storage with a given name and capacity.
 

Uses of ParameterException in gridsim.net
 

Constructors in gridsim.net that throw ParameterException
FIFOScheduler()
          Creates a new packet scheduler with the name "FIFOScheduler".
FIFOScheduler(double baudRate)
          Creates a new FIFO packet scheduler with the specified baud rate (in bits/s).
FIFOScheduler(String name)
          Creates a new FIFO packet scheduler with the specified name.
FIFOScheduler(String name, double baudRate)
          Creates a new FIFO packet scheduler with the specified name and baud rate (in bits/s).
Link(String name, double baudRate, double propDelay, int MTU)
          Constructs a Link which simulates a physical link between two entities.
RateControlledScheduler(String name, double baudRate, int numClasses)
          Creates a new RateControlled packet scheduler with the specified name and baud rate (in bits/s).
RateControlledScheduler(String name, double baudRate, int routerID, int numClasses)
          Creates a new RateControlled packet scheduler with the specified name and baud rate (in bits/s).
RateControlledScheduler(String name, int numClasses)
          Creates a new RateControlled packet scheduler with the specified name.
SCFQScheduler()
          Creates a new packet scheduler with the name "SCFQScheduler".
SCFQScheduler(double baudRate)
          Creates a new SCFQ packet scheduler with the specified baud rate (bits/s).
SCFQScheduler(String name)
          Creates a new SCFQ packet scheduler with the specified name.
SCFQScheduler(String name, double baudRate)
          Creates a new SCFQ packet scheduler with the specified name and baud rate (in bits/s).
SimpleLink(String name)
          Constructs a link with some default parameters.
SimpleLink(String name, double baudRate, double propDelay, int MTU)
          Constructs a Link which simulates a physical link between two entities.
 

Uses of ParameterException in gridsim.net.flow
 

Constructors in gridsim.net.flow that throw ParameterException
FlowLink(String name, double baudRate, double propDelay, int MTU)
          Constructs a Link which simulates a physical link between two entities.
 

Uses of ParameterException in gridsim.util
 

Constructors in gridsim.util that throw ParameterException
SimReport(String name)
          Creates a new report file.
SimReport(String name, int indent)
          Creates a new report file.
Workload(String name, double baudRate, double propDelay, int MTU, String fileName, String resourceName, int rating)
          Create a new Workload object with the network extension.
Workload(String name, Link link, String fileName, String resourceName, int rating)
          Create a new Workload object with the network extension.
Workload(String name, String fileName, String resourceName, int rating)
          Create a new Workload object without using the network extension.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009