Uses of Class
org.gcube.accounting.datamodel.usagerecords.JobUsageRecord
-
Packages that use JobUsageRecord Package Description org.gcube.accounting.datamodel.aggregation -
-
Uses of JobUsageRecord in org.gcube.accounting.datamodel.aggregation
Methods in org.gcube.accounting.datamodel.aggregation that return types with arguments of type JobUsageRecord Modifier and Type Method Description Class<JobUsageRecord>AggregatedJobUsageRecord. getAggregable()Methods in org.gcube.accounting.datamodel.aggregation with parameters of type JobUsageRecord Modifier and Type Method Description AggregatedJobUsageRecordAggregatedJobUsageRecord. aggregate(JobUsageRecord record)booleanAggregatedJobUsageRecord. isAggregable(JobUsageRecord record)Constructors in org.gcube.accounting.datamodel.aggregation with parameters of type JobUsageRecord Constructor Description AggregatedJobUsageRecord(JobUsageRecord record)
-