GridSim 5.0 beta

Uses of Class
gridsim.AllocPolicy

Packages that use AllocPolicy
gridsim Classes that form the main simulation structure of GridSim
gridsim.datagrid Classes that form the framework of DataGrid model in GridSim. 
gridsim.parallel   
gridsim.parallel.scheduler   
gridsim.resFailure Classes that form the framework of resource failures model in GridSim. 
 

Uses of AllocPolicy in gridsim
 

Subclasses of AllocPolicy in gridsim
 class ARPolicy
          ARPolicy is an abstract class that handles the internal GridResource allocation policy related to Advanced Reservation functionalities.
 class ARSimpleSpaceShared
          This is a resource scheduler that handles Advanced Reservation functionalities.
(package private)  class SpaceShared
          SpaceShared class is an allocation policy for GridResource that behaves exactly like First Come First Serve (FCFS).
(package private)  class TimeShared
          TimeShared class is an allocation policy for GridResource that behaves similar to a round robin algorithm, except that all Gridlets are executed at the same time.
 

Fields in gridsim declared as AllocPolicy
protected  AllocPolicy GridResource.policy_
          A resource's scheduler.
 

Methods in gridsim that return AllocPolicy
 AllocPolicy GridResource.getAllocationPolicy()
          Returns the allocation policy used by this Grid resource.
 

Constructors in gridsim with parameters of type AllocPolicy
GridResource(String name, double baud_rate, ResourceCharacteristics resource, ResourceCalendar calendar, AllocPolicy policy)
          Allocates a new GridResource object.
GridResource(String name, Link link, ResourceCharacteristics resource, ResourceCalendar calendar, AllocPolicy policy)
          Allocates a new GridResource object.
 

Uses of AllocPolicy in gridsim.datagrid
 

Fields in gridsim.datagrid declared as AllocPolicy
protected  AllocPolicy ReplicaManager.policy_
          The policy of the DataGridResource
 

Methods in gridsim.datagrid with parameters of type AllocPolicy
 boolean ReplicaManager.init(Sim_port output, AllocPolicy policy, int resourceID)
          Initializes the Replica Manager details.
 

Constructors in gridsim.datagrid with parameters of type AllocPolicy
DataGridResource(String name, Link link, ResourceCharacteristics resource, ResourceCalendar calendar, AllocPolicy policy, ReplicaManager replicaManager)
          Creates a new DataGrid resource object
 

Uses of AllocPolicy in gridsim.parallel
 

Constructors in gridsim.parallel with parameters of type AllocPolicy
ParallelResource(String name, double baud_rate, ResourceCharacteristics resource, AllocPolicy policy)
          Allocates a new object.
ParallelResource(String name, Link link, ResourceCharacteristics resource, AllocPolicy policy)
          Allocates a new object.
 

Uses of AllocPolicy in gridsim.parallel.scheduler
 

Subclasses of AllocPolicy in gridsim.parallel.scheduler
 class AggressiveBackfill
          This class is an allocation strategy for ParallelResource that implements aggressive backfilling (EASY).
 class AggressiveMultiPartitions
          This class implements a non-FCFS policy to schedule parallel jobs.
 class ARConservativeBackfill
          ARConservativeBackfill class is an allocation policy for ParallelResource that implements conservative backfilling and supports advance reservations.
 class ConservativeBackfill
          ConservativeBackfill class is an allocation policy for ParallelResource that implements conservative backfilling.
 class SelectiveBackfill
          This scheduling strategy is the implementation of the backfilling based scheduler describe in the following paper:
 

Uses of AllocPolicy in gridsim.resFailure
 

Subclasses of AllocPolicy in gridsim.resFailure
(package private)  class SpaceSharedWithFailure
          SpaceSharedWithFailure class is based on SpaceShared, but with added failure functionalities.
(package private)  class TimeSharedWithFailure
          TimeSharedWithFailure class is based on TimeShared, but with added failure functionalities.
 

Fields in gridsim.resFailure declared as AllocPolicy
protected  AllocPolicy GridResourceWithFailure.policy_
          A resource's scheduler.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009