Uses of Class
org.gcube.accounting.aggregator.aggregation.AggregationInfo
-
Packages that use AggregationInfo Package Description org.gcube.accounting.aggregator.aggregation org.gcube.accounting.aggregator.elaboration org.gcube.accounting.aggregator.status -
-
Uses of AggregationInfo in org.gcube.accounting.aggregator.aggregation
Constructors in org.gcube.accounting.aggregator.aggregation with parameters of type AggregationInfo Constructor Description AggregationInfo(AggregationInfo aggregationInfo) -
Uses of AggregationInfo in org.gcube.accounting.aggregator.elaboration
Methods in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationInfo Modifier and Type Method Description static FileElaborator. getOriginalRecordsBackupFile(File elaborationDirectory, AggregationInfo aggregationInfo) -
Uses of AggregationInfo in org.gcube.accounting.aggregator.status
Fields in org.gcube.accounting.aggregator.status declared as AggregationInfo Modifier and Type Field Description protected AggregationInfoAggregationStatus. aggregationInfoMethods in org.gcube.accounting.aggregator.status that return AggregationInfo Modifier and Type Method Description AggregationInfoAggregationStatus. getAggregationInfo()Methods in org.gcube.accounting.aggregator.status with parameters of type AggregationInfo Modifier and Type Method Description voidAggregationStatus. setAggregation(AggregationInfo aggregation)Constructors in org.gcube.accounting.aggregator.status with parameters of type AggregationInfo Constructor Description AggregationStatus(AggregationInfo aggregationInfo)
-