public interface CostCalculator
Author:
ogronnesby
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    calculate(com.yahoo.config.provision.NodeResources resources)
    Estimate the cost for the given resources
    Calculate the cost for the given usage
  • Method Details

    • calculate

      CostInfo calculate(ResourceUsage usage)
      Calculate the cost for the given usage
    • calculate

      double calculate(com.yahoo.config.provision.NodeResources resources)
      Estimate the cost for the given resources