GridSim 5.0 beta

Uses of Class
gridsim.parallel.profile.TimeSlot

Packages that use TimeSlot
gridsim.parallel.profile   
gridsim.parallel.reservation   
 

Uses of TimeSlot in gridsim.parallel.profile
 

Methods in gridsim.parallel.profile that return types with arguments of type TimeSlot
 Collection<TimeSlot> PartProfile.getPartSchedulingOptions(int partId, double startTime, double finishTime, int duration, int reqPEs)
          Returns the scheduling options for a job in a giving partition of this availability profile within the specified period of time.
 Collection<TimeSlot> PartProfile.getPartTimeSlots(int partId, double startTime, double finishTime)
          Returns the time slots contained in a given partition of this availability profile within a specified period of time.
 Collection<TimeSlot> Profile.getSchedulingOptions(double startTime, double finishTime, int duration, int reqPEs)
          Returns the scheduling options of this availability profile within the specified period of time.
protected  Collection<TimeSlot> Profile.getTimeSlots(double finishTime, ArrayList<Profile.Entry> subProfile)
          A helper method which actually does the real job for Profile.getTimeSlots(double, double).
 Collection<TimeSlot> Profile.getTimeSlots(double startTime, double finishTime)
          Returns the time slots contained in this availability profile within a specified period of time.
 

Uses of TimeSlot in gridsim.parallel.reservation
 

Methods in gridsim.parallel.reservation that return types with arguments of type TimeSlot
 Collection<TimeSlot> Reservation.getReservationOptions()
          Gets the reservation options given by the Grid resource
 Collection<TimeSlot> ReservationRequester.queryFreeTime(double startTime, int duration, int resID)
          Queries to a resource regarding to list of free time during a period of time.
 

Method parameters in gridsim.parallel.reservation with type arguments of type TimeSlot
 void Reservation.setReservationOptions(Collection<TimeSlot> resOptions)
          Sets the reservation options given by the Grid resource
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009