| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa |
| Modifier and Type | Method and Description |
|---|---|
Ec2OnDemandPricingEntity |
Ec2OnDemandPricingDao.getEc2OnDemandPricing(String regionName,
String instanceType)
Returns the EC2 on-demand pricing for the specified region name and instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ec2OnDemandPricingEntity> |
Ec2OnDemandPricingDao.getEc2OnDemandPricingEntities()
Gets a list of all EC2 on-demand pricing entities registered in the system.
|
| Modifier and Type | Method and Description |
|---|---|
Ec2OnDemandPricingEntity |
Ec2OnDemandPricingDaoImpl.getEc2OnDemandPricing(String regionName,
String instanceType) |
| Modifier and Type | Method and Description |
|---|---|
List<Ec2OnDemandPricingEntity> |
Ec2OnDemandPricingDaoImpl.getEc2OnDemandPricingEntities() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<Ec2OnDemandPricingEntity,BigDecimal> |
Ec2OnDemandPricingEntity_.hourlyPrice |
static javax.persistence.metamodel.SingularAttribute<Ec2OnDemandPricingEntity,Integer> |
Ec2OnDemandPricingEntity_.id |
static javax.persistence.metamodel.SingularAttribute<Ec2OnDemandPricingEntity,String> |
Ec2OnDemandPricingEntity_.instanceType |
static javax.persistence.metamodel.SingularAttribute<Ec2OnDemandPricingEntity,String> |
Ec2OnDemandPricingEntity_.regionName |
Copyright © 2019. All rights reserved.