Uses of Class
org.gcube.accounting.aggregator.status.AggregationStatus
-
-
Uses of AggregationStatus in org.gcube.accounting.aggregator.aggregation
Fields in org.gcube.accounting.aggregator.aggregation declared as AggregationStatus Modifier and Type Field Description protected AggregationStatusAggregator. aggregationStatusConstructors in org.gcube.accounting.aggregator.aggregation with parameters of type AggregationStatus Constructor Description Aggregator(AggregationStatus aggregationStatus, File originalRecordsbackupFile, File aggregateRecordsBackupFile) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.elaboration
Fields in org.gcube.accounting.aggregator.elaboration declared as AggregationStatus Modifier and Type Field Description protected AggregationStatusElaborator. aggregationStatusMethods in org.gcube.accounting.aggregator.elaboration that return AggregationStatus Modifier and Type Method Description protected AggregationStatusAggregatorManager. createAggregationStatus(String recordType)Constructors in org.gcube.accounting.aggregator.elaboration with parameters of type AggregationStatus Constructor Description Elaborator(AggregationStatus aggregationStatus) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.persist
Fields in org.gcube.accounting.aggregator.persist declared as AggregationStatus Modifier and Type Field Description protected AggregationStatusDocumentElaboration. aggregationStatusprotected AggregationStatusPersist. aggregationStatusConstructors in org.gcube.accounting.aggregator.persist with parameters of type AggregationStatus Constructor Description DeleteDocument(AggregationStatus aggregationStatus, File file)DocumentElaboration(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 AggregationStatus Modifier and Type Method Description AggregationStatusPostgreSQLConnector. getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate)AggregationStatusPostgreSQLConnector. getAggregationStatusFromResultSet(ResultSet resultSet)AggregationStatusPostgreSQLConnector. getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate)Methods in org.gcube.accounting.aggregator.persistence that return types with arguments of type AggregationStatus Modifier and Type Method Description List<AggregationStatus>PostgreSQLConnector. getAll()List<AggregationStatus>PostgreSQLConnector. getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart)Methods in org.gcube.accounting.aggregator.persistence with parameters of type AggregationStatus Modifier and Type Method Description StringPostgreSQLConnector. getInsertAggregationStateQuery(AggregationStatus aggregationStatus)StringPostgreSQLConnector. getInsertAggregationStatusQuery(AggregationStatus aggregationStatus, boolean upsert)ResultSetPostgreSQLConnector. getResultSetOfRecordToBeAggregated(AggregationStatus aggregationStatus)voidPostgreSQLConnector. upsertAggregationStatus(AggregationStatus aggregationStatus) -
Uses of AggregationStatus in org.gcube.accounting.aggregator.status
Fields in org.gcube.accounting.aggregator.status declared as AggregationStatus Modifier and Type Field Description protected AggregationStatusAggregationStatus. previousMethods in org.gcube.accounting.aggregator.status that return AggregationStatus 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)AggregationStatusAggregationStatus. getPrevious()Methods in org.gcube.accounting.aggregator.status that return types with arguments of type AggregationStatus Modifier and Type Method Description static List<AggregationStatus>AggregationStatus. getUnterminated(String recordType, AggregationType aggregationType, boolean forceEarlyAggregation)Constructors in org.gcube.accounting.aggregator.status with parameters of type AggregationStatus Constructor Description AggregationStatus(AggregationStatus aggregationStatus)
-