| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.dto |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
EmrPricingHelper.getTotalCost(Ec2PriceDto ec2Price)
Returns the total cost per hour to run the requested number of instances for the given price.
|
| Modifier and Type | Method and Description |
|---|---|
Ec2PriceDto |
EmrClusterPriceDto.getCorePrice() |
Ec2PriceDto |
EmrClusterPriceDto.getMasterPrice() |
Ec2PriceDto |
EmrClusterPriceDto.getTaskPrice() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterPriceDto.setCorePrice(Ec2PriceDto corePrice) |
void |
EmrClusterPriceDto.setMasterPrice(Ec2PriceDto masterPrice) |
void |
EmrClusterPriceDto.setTaskPrice(Ec2PriceDto taskPrice) |
Copyright © 2017. All rights reserved.