Interface CostCalculator
-
public interface CostCalculator- Author:
- ogronnesby
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculate(com.yahoo.config.provision.NodeResources resources)Estimate the cost for the given resourcesCostInfocalculate(ResourceUsage usage)Calculate the cost for the given usage
-
-
-
Method Detail
-
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
-
-