@Repository public class Ec2OnDemandPricingDaoImpl extends AbstractHerdDao implements Ec2OnDemandPricingDao
AbstractHerdDao.AggregateFunctionBUSINESS_OBJECT_DATA_PARTITIONS, BUSINESS_OBJECT_DATA_SUBPARTITIONS, configurationHelper, DEFAULT_SINGLE_DAY_DATE_MASK, MAX_PARTITION_FILTERS_PER_REQUESTentityManager| Constructor and Description |
|---|
Ec2OnDemandPricingDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Ec2OnDemandPricingEntity |
getEc2OnDemandPricing(String regionName,
String instanceType)
Returns the EC2 on-demand pricing for the specified region name and instance type.
|
List<Ec2OnDemandPricingEntity> |
getEc2OnDemandPricingEntities()
Gets a list of all EC2 on-demand pricing entities registered in the system.
|
getMaximumBusinessObjectDataVersionSubQuery, getQueryRestriction, getQueryRestriction, getQueryRestriction, getQueryRestrictionOnBusinessObjectDataVersionAndStatus, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnStorage, savedelete, detach, executeSingleResultQuery, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, getPredicateForInClause, query, queryByNamedParams, saveAndRefreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshpublic Ec2OnDemandPricingEntity getEc2OnDemandPricing(String regionName, String instanceType)
Ec2OnDemandPricingDaonull if no EC2 on-demand price is found. Throws an
exception when more than one EC2 on-demand price is found.getEc2OnDemandPricing in interface Ec2OnDemandPricingDaoregionName - the AWS region nameinstanceType - the EC2 instance typepublic List<Ec2OnDemandPricingEntity> getEc2OnDemandPricingEntities()
Ec2OnDemandPricingDaogetEc2OnDemandPricingEntities in interface Ec2OnDemandPricingDaoCopyright © 2019. All rights reserved.