Uses of Class
org.gcube.accounting.aggregator.aggregation.AggregationType
-
-
Uses of AggregationType in org.gcube.accounting.aggregator.aggregation
Fields in org.gcube.accounting.aggregator.aggregation declared as AggregationType Modifier and Type Field Description protected AggregationTypeAggregationInfo. aggregationTypeMethods in org.gcube.accounting.aggregator.aggregation that return AggregationType Modifier and Type Method Description AggregationTypeAggregationInfo. getAggregationType()static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.accounting.aggregator.aggregation with parameters of type AggregationType Constructor Description AggregationInfo(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) -
Uses of AggregationType in org.gcube.accounting.aggregator.directory
Methods in org.gcube.accounting.aggregator.directory with parameters of type AggregationType Modifier and Type Method Description DDirectoryStructure. getTargetFolder(AggregationType aggregationType, Date aggregationStartDate) -
Uses of AggregationType in org.gcube.accounting.aggregator.elaboration
Fields in org.gcube.accounting.aggregator.elaboration declared as AggregationType Modifier and Type Field Description protected AggregationTypeAggregatorManager. aggregationTypeprotected AggregationTypeRecoveryManager. aggregationTypeMethods in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationType Modifier and Type Method Description voidRecoveryManager. setAggregationType(AggregationType aggregationType)Constructors in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationType Constructor Description AggregatorManager(AggregationType aggregationType, boolean restartFromLastAggregationDate, Date aggregationStartDate, Date aggregationEndDate) -
Uses of AggregationType in org.gcube.accounting.aggregator.persistence
Methods in org.gcube.accounting.aggregator.persistence with parameters of type AggregationType Modifier and Type Method Description AggregationStatusPostgreSQLConnector. getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate)AggregationStatusPostgreSQLConnector. getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)List<AggregationStatus>PostgreSQLConnector. getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) -
Uses of AggregationType in org.gcube.accounting.aggregator.status
Methods in org.gcube.accounting.aggregator.status with parameters of type AggregationType Modifier and Type Method Description static AggregationStatusAggregationStatus. getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate)static AggregationStatusAggregationStatus. getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)static List<AggregationStatus>AggregationStatus. getUnterminated(String recordType, AggregationType aggregationType, boolean forceEarlyAggregation) -
Uses of AggregationType in org.gcube.accounting.aggregator.utility
Methods in org.gcube.accounting.aggregator.utility with parameters of type AggregationType Modifier and Type Method Description static CalendarUtility. getEndCalendarFromStartCalendar(AggregationType aggregationType, Calendar aggregationStartCalendar, int offset)static DateUtility. getEndDateFromStartDate(AggregationType aggregationType, Date aggregationStartDate, int offset)static DateUtility. sanitizeDate(AggregationType aggregationType, Date date)
-