Interface CostCalculator
public interface CostCalculator
- Author:
- ogronnesby
-
Method Summary
Modifier and TypeMethodDescriptiondoublecalculate(com.yahoo.config.provision.NodeResources resources) Estimate the cost for the given resourcescalculate(ResourceUsage usage) Calculate the cost for the given usage
-
Method Details
-
calculate
Calculate the cost for the given usage -
calculate
double calculate(com.yahoo.config.provision.NodeResources resources) Estimate the cost for the given resources
-