Interface AggregatorPersistenceStatus
- All Known Implementing Classes:
PostgreSQLConnector,PostgreSQLConnectorDst,PostgreSQLConnectorSrc,PostgreSQLConnectorStatus
public interface AggregatorPersistenceStatus
- Author:
- Luca Frosini (ISTI - CNR)
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) getAll()getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) voidupsertAggregationStatus(AggregationStatus aggregationStatus)
-
Method Details
-
getUnterminated
List<AggregationStatus> getUnterminated(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate, boolean forceRestart) throws Exception - Throws:
Exception
-
getAll
- Throws:
Exception
-
getAggregationStatus
AggregationStatus getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) throws Exception - Throws:
Exception
-
getLast
AggregationStatus getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) throws Exception - Throws:
Exception
-
upsertAggregationStatus
- Throws:
Exception
-