Uses of Enum Class
org.gcube.accounting.aggregator.aggregation.AggregationType
Packages that use AggregationType
Package
Description
-
Uses of AggregationType in org.gcube.accounting.aggregator.aggregation
Fields in org.gcube.accounting.aggregator.aggregation declared as AggregationTypeMethods in org.gcube.accounting.aggregator.aggregation that return AggregationTypeModifier and TypeMethodDescriptionAggregationInfo.getAggregationType()static AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gcube.accounting.aggregator.aggregation with parameters of type AggregationTypeModifierConstructorDescriptionAggregationInfo(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 AggregationTypeModifier and TypeMethodDescriptionDirectoryStructure.getTargetFolder(AggregationType aggregationType, Date aggregationStartDate) -
Uses of AggregationType in org.gcube.accounting.aggregator.elaboration
Fields in org.gcube.accounting.aggregator.elaboration declared as AggregationTypeModifier and TypeFieldDescriptionprotected final AggregationTypeAggregatorManager.aggregationTypeprotected AggregationTypeRecoveryManager.aggregationTypeMethods in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationTypeModifier and TypeMethodDescriptionvoidRecoveryManager.setAggregationType(AggregationType aggregationType) Constructors in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationTypeModifierConstructorDescriptionAggregatorManager(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 AggregationTypeModifier and TypeMethodDescriptionAggregatorPersistenceStatus.getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) PostgreSQLConnector.getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) AggregatorPersistenceStatus.getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) PostgreSQLConnector.getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) AggregatorPersistenceStatus.getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) 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 AggregationTypeModifier and TypeMethodDescriptionstatic 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 AggregationTypeModifier and TypeMethodDescriptionstatic CalendarUtility.getEndCalendarFromStartCalendar(AggregationType aggregationType, Calendar aggregationStartCalendar, int offset) static DateUtility.getEndDateFromStartDate(AggregationType aggregationType, Date aggregationStartDate, int offset) static DateUtility.sanitizeDate(AggregationType aggregationType, Date date)