Uses of Class
be.ac.ua.broker.scheduling.workload.ScheduledTaskCollection

Packages that use ScheduledTaskCollection
be.ac.ua.broker.allocation.spot   
be.ac.ua.broker.scheduling.workload   
be.ac.ua.broker.scheduling.workload.wm1   
be.ac.ua.broker.scheduling.workload.wm2   
 

Uses of ScheduledTaskCollection in be.ac.ua.broker.allocation.spot
 

Methods in be.ac.ua.broker.allocation.spot that return ScheduledTaskCollection
 ScheduledTaskCollection SpotAllocator.determinePrices(java.lang.String version, ScheduledTaskCollection scheduledTaskCollection)
          Determine the schedule that costs the least and set the actual spot prices of each task hour.
 

Methods in be.ac.ua.broker.allocation.spot with parameters of type ScheduledTaskCollection
 ScheduledTaskCollection SpotAllocator.determinePrices(java.lang.String version, ScheduledTaskCollection scheduledTaskCollection)
          Determine the schedule that costs the least and set the actual spot prices of each task hour.
 

Uses of ScheduledTaskCollection in be.ac.ua.broker.scheduling.workload
 

Methods in be.ac.ua.broker.scheduling.workload that return ScheduledTaskCollection
 ScheduledTaskCollection ScheduledTaskCollection.getNonSpotEnabledSubTasks()
           
 ScheduledTaskCollection ScheduledTaskCollection.getSpotEnabledSubTasks()
           
 

Methods in be.ac.ua.broker.scheduling.workload that return types with arguments of type ScheduledTaskCollection
 java.util.List<ScheduledTaskCollection> Optimizer.determineOptimal()
           
 java.util.List<ScheduledTaskCollection> SchedulerResult.getScheduledTaskCollections()
           
 

Methods in be.ac.ua.broker.scheduling.workload with parameters of type ScheduledTaskCollection
 void SchedulerResult.addScheduledTaskCollection(ScheduledTaskCollection scheduledTasks)
          Add a schedule of subTasks on a single instance to the schedule for the given instance specification in the region being processed
 void ScheduledTaskCollection.merge(ScheduledTaskCollection newPart)
          Merge the provided scheduledTaskCollection with this scheduledTaskCollection,
 

Uses of ScheduledTaskCollection in be.ac.ua.broker.scheduling.workload.wm1
 

Methods in be.ac.ua.broker.scheduling.workload.wm1 that return types with arguments of type ScheduledTaskCollection
 java.util.List<ScheduledTaskCollection> SuperTHOptimizer.determineOptimal()
           
 java.util.List<ScheduledTaskCollection> SuperSpotTHOptimizer.determineOptimal()
           
 java.util.List<ScheduledTaskCollection> BasicTHOptimizer.determineOptimal()
           
 

Uses of ScheduledTaskCollection in be.ac.ua.broker.scheduling.workload.wm2
 

Methods in be.ac.ua.broker.scheduling.workload.wm2 that return types with arguments of type ScheduledTaskCollection
 java.util.List<ScheduledTaskCollection> SuperOptimizer.determineOptimal()
           
 java.util.List<ScheduledTaskCollection> RealOptimizer.determineOptimal()
           
 java.util.List<ScheduledTaskCollection> BasicOptimizer.determineOptimal()