Uses of Class
be.ac.ua.broker.input.pricing.SpotPrice

Packages that use SpotPrice
be.ac.ua.broker.allocation.spot.model   
be.ac.ua.broker.input.pricing   
 

Uses of SpotPrice in be.ac.ua.broker.allocation.spot.model
 

Methods in be.ac.ua.broker.allocation.spot.model that return SpotPrice
 SpotPrice SpotModel.executeSimulation(InstanceSpecification spec, int taskLength, int hoursAvailable)
          Execute the spot model simulation for the given instance and return the appropriate bid.
 

Uses of SpotPrice in be.ac.ua.broker.input.pricing
 

Methods in be.ac.ua.broker.input.pricing that return SpotPrice
 SpotPrice EC2SpotPriceWatch.getPrice(InstanceSpecification inst, java.util.Date timestamp)
           
static SpotPrice PricingManager.getSpotPrice(InstanceSpecification inst, java.util.Date timestamp)
          Get the spot price for a given instance specification at a given moment in time.
static SpotPrice PricingManager.getTippingPointSpotPrice(InstanceSpecification inst, java.util.Date start, java.util.Date end, int numberToSkip)
          Getter for the tipping spot bid price such that all task hours can be run on the cheapest spot price hours, the number of hours that can be skipped is given as well as the instance specification and time frame to determine the spot price tipping point for.
 SpotPrice EC2SpotPriceWatch.getTippingPointSpotPrice(InstanceSpecification inst, java.util.Date start, java.util.Date end, int index)
          Getter for the tipping spot bid price such that all task hours can be run on the cheapest spot price hours, the number of hours that can be skipped is given as well as the instance specification and time frame to determine the spot price tipping point for.