Uses of Class
org.gcube.accounting.aggregator.status.AggregationStatus
Packages that use AggregationStatus
Package
Description
-
Uses of AggregationStatus in org.gcube.accounting.aggregator.aggregation
Fields in org.gcube.accounting.aggregator.aggregation declared as AggregationStatusConstructors in org.gcube.accounting.aggregator.aggregation with parameters of type AggregationStatusModifierConstructorDescriptionAggregator(AggregationStatus aggregationStatus, File originalRecordsbackupFile, File aggregateRecordsBackupFile) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.elaboration
Fields in org.gcube.accounting.aggregator.elaboration declared as AggregationStatusMethods in org.gcube.accounting.aggregator.elaboration that return AggregationStatusModifier and TypeMethodDescriptionprotected AggregationStatusAggregatorManager.createAggregationStatus(String recordType) Constructors in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationStatus -
Uses of AggregationStatus in org.gcube.accounting.aggregator.persist
Fields in org.gcube.accounting.aggregator.persist declared as AggregationStatusModifier and TypeFieldDescriptionprotected final AggregationStatusDocumentElaboration.aggregationStatusprotected final AggregationStatusPersist.aggregationStatusConstructors in org.gcube.accounting.aggregator.persist with parameters of type AggregationStatusModifierConstructorDescriptionDeleteDocument(AggregationStatus aggregationStatus, File file) protectedDocumentElaboration(AggregationStatus statusManager, AggregationState finalAggregationState, File file, int rowToBeElaborated) InsertDocument(AggregationStatus aggregationStatus, File file) Persist(AggregationStatus aggregationStatus, File originalRecordsbackupFile, File aggregateRecordsBackupFile, String recordType) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.persistence
Methods in org.gcube.accounting.aggregator.persistence that return AggregationStatusModifier and TypeMethodDescriptionAggregatorPersistenceStatus.getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) PostgreSQLConnector.getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) protected AggregationStatusPostgreSQLConnector.getAggregationStatusFromResultSet(ResultSet resultSet) AggregatorPersistenceStatus.getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) PostgreSQLConnector.getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) Methods in org.gcube.accounting.aggregator.persistence that return types with arguments of type AggregationStatusModifier and TypeMethodDescriptionAggregatorPersistenceStatus.getAll()PostgreSQLConnector.getAll()AggregatorPersistenceStatus.getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) PostgreSQLConnector.getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) Methods in org.gcube.accounting.aggregator.persistence with parameters of type AggregationStatusModifier and TypeMethodDescriptionintAggregatorPersistenceSrc.getEstimatedRecordRecordToBeAggregated(AggregationStatus aggregationStatus) intPostgreSQLConnector.getEstimatedRecordRecordToBeAggregated(AggregationStatus aggregationStatus) protected StringPostgreSQLConnector.getInsertAggregationStateQuery(AggregationStatus aggregationStatus) protected StringPostgreSQLConnector.getInsertAggregationStatusQuery(AggregationStatus aggregationStatus, boolean upsert) AggregatorPersistenceSrc.getResultSetOfRecordToBeAggregated(AggregationStatus aggregationStatus) PostgreSQLConnector.getResultSetOfRecordToBeAggregated(AggregationStatus aggregationStatus) voidAggregatorPersistenceStatus.upsertAggregationStatus(AggregationStatus aggregationStatus) voidPostgreSQLConnector.upsertAggregationStatus(AggregationStatus aggregationStatus) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.status
Fields in org.gcube.accounting.aggregator.status declared as AggregationStatusMethods in org.gcube.accounting.aggregator.status that return AggregationStatusModifier and TypeMethodDescriptionstatic AggregationStatusAggregationStatus.getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) static AggregationStatusAggregationStatus.getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) AggregationStatus.getPrevious()Methods in org.gcube.accounting.aggregator.status that return types with arguments of type AggregationStatusModifier and TypeMethodDescriptionstatic List<AggregationStatus>AggregationStatus.getUnterminated(String recordType, AggregationType aggregationType, boolean forceEarlyAggregation) Constructors in org.gcube.accounting.aggregator.status with parameters of type AggregationStatus