Uses of Class
be.ac.ua.broker.utils.InvalidInputException

Packages that use InvalidInputException
be.ac.ua.broker.allocation   
be.ac.ua.broker.allocation.spot   
be.ac.ua.broker.input.pricing   
be.ac.ua.broker.input.tasks   
be.ac.ua.broker.input.tasks.generation.wm2   
be.ac.ua.broker.input.tasks.specification   
be.ac.ua.broker.scheduling.region   
be.ac.ua.broker.scheduling.workload   
be.ac.ua.broker.utils   
 

Uses of InvalidInputException in be.ac.ua.broker.allocation
 

Methods in be.ac.ua.broker.allocation that throw InvalidInputException
 SchedulerResultCollection Allocator.allocate(java.lang.String version, SchedulerResultCollection results)
          Assign pricing models to the resources of the schedule in a way that the total cost price is minimized.
 

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

Methods in be.ac.ua.broker.allocation.spot that throw InvalidInputException
 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 InvalidInputException in be.ac.ua.broker.input.pricing
 

Methods in be.ac.ua.broker.input.pricing that throw InvalidInputException
 void InstanceSpecification.setRegion(java.lang.String region)
          Setter for the geographical region of the instance specification, this setter is needed when the user did not appoint a task to a region
 

Constructors in be.ac.ua.broker.input.pricing that throw InvalidInputException
InstanceSpecification(java.lang.String instance, java.lang.String os)
          Constructor for InstanceSpecification
InstanceSpecification(java.lang.String instance, java.lang.String os, java.lang.String region)
          Constructor for InstanceSpecification
 

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

Methods in be.ac.ua.broker.input.tasks that throw InvalidInputException
 void Task.setRegion(java.lang.String region)
          Assign the task to a certain geographical region
 

Uses of InvalidInputException in be.ac.ua.broker.input.tasks.generation.wm2
 

Methods in be.ac.ua.broker.input.tasks.generation.wm2 that throw InvalidInputException
 java.lang.Double ComputeInstanceMapper.getNumberOfComputeUnits(java.lang.String instance)
          Getter for the number of compute units associated by EC2 with a given instance type
 

Uses of InvalidInputException in be.ac.ua.broker.input.tasks.specification
 

Methods in be.ac.ua.broker.input.tasks.specification that throw InvalidInputException
 TaskCollection TaskReader.parseInputDir(java.lang.String inputDir, java.util.Date start)
          Parse the tasks found at the given path location
 TaskCollection TaskReader.parseInputFile(java.lang.String filePath, java.util.Date start)
          Parse a single task found at the given path location
 

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

Methods in be.ac.ua.broker.scheduling.region that throw InvalidInputException
 java.util.List<SchedulerResult> RegionWorkloadCollection.schedule(boolean wm1, java.lang.String version)
          Schedule the workloads of this collection
 

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

Methods in be.ac.ua.broker.scheduling.workload that throw InvalidInputException
 SchedulerResult TaskScheduler.schedule(java.lang.String VERSION)
          Perform the scheduling phase of the broker process
 

Uses of InvalidInputException in be.ac.ua.broker.utils
 

Methods in be.ac.ua.broker.utils that throw InvalidInputException
static boolean InputVerifier.allocationVersionExists(java.lang.String version)
          Check whether a given allocation option is supported by the broker
static boolean InputVerifier.instanceExists(java.lang.String inst)
          Check whether a given instance type is supported by the broker
static boolean InputVerifier.osExists(java.lang.String os)
          Check whether a given operating system is supported by the broker
static boolean InputVerifier.regionExists(java.lang.String reg)
          Check whether a given geographical region is supported by the broker
static boolean InputVerifier.schedulingVersionExists(java.lang.String version)
          Check whether a given scheduling option is supported by the broker