Uses of Interface
be.ac.ua.broker.input.tasks.Workload

Packages that use Workload
be.ac.ua.broker.input.tasks   
be.ac.ua.broker.scheduling.region   
be.ac.ua.broker.scheduling.workload   
 

Uses of Workload in be.ac.ua.broker.input.tasks
 

Classes in be.ac.ua.broker.input.tasks that implement Workload
 class WorkloadWM1
          This class represents a workload of workload model one.
 class WorkloadWM2
          This class represents a workload of workload model two.
 

Methods in be.ac.ua.broker.input.tasks that return Workload
 Workload Task.getWorkload()
           
 

Methods in be.ac.ua.broker.input.tasks with parameters of type Workload
 int WorkloadWM2.compareTo(Workload wl)
           
 int WorkloadWM1.compareTo(Workload wl)
           
 

Constructors in be.ac.ua.broker.input.tasks with parameters of type Workload
Task(TaskSpecification spec, Workload wl)
          Constructor for Task
 

Uses of Workload in be.ac.ua.broker.scheduling.region
 

Methods in be.ac.ua.broker.scheduling.region that return types with arguments of type Workload
 java.util.List<Workload> InstanceWorkloadCollection.getWorkload()
           
 

Methods in be.ac.ua.broker.scheduling.region with parameters of type Workload
 void RegionWorkloadCollection.add(InstanceSpecification spec, Workload workload)
          Add a workload that is associated with the region of this RegionWorkloadCollection, that is associated with a provided instance specification
 void InstanceWorkloadCollection.add(Workload workload)
          Add a provided workload
 

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

Classes in be.ac.ua.broker.scheduling.workload with type parameters of type Workload
 interface Optimizer<W extends Workload>
          This interface is used to for the implementations of the different scheduling options, the optimizer is presented a number of workloads associated with a certain workload model and instance specification.