Class PostgreSQLConnectorDst
- java.lang.Object
-
- org.gcube.documentstore.persistence.PersistenceBackend
-
- org.gcube.documentstore.persistence.PersistencePostgreSQL
-
- org.gcube.accounting.aggregator.persistence.PostgreSQLConnector
-
- org.gcube.accounting.aggregator.persistence.PostgreSQLConnectorDst
-
- All Implemented Interfaces:
AggregatorPersistence,AggregatorPersistenceDst,AggregatorPersistenceSrc,AggregatorPersistenceStatus
public class PostgreSQLConnectorDst extends PostgreSQLConnector implements AggregatorPersistenceDst
- Author:
- Luca Frosini (ISTI-CNR)
-
-
Field Summary
-
Fields inherited from class org.gcube.accounting.aggregator.persistence.PostgreSQLConnector
configuration, connection, DATETIME_PATTERN, DEFAULT_TIME_ZONE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPostgreSQLConnectorDst()
-
Method Summary
-
Methods inherited from class org.gcube.accounting.aggregator.persistence.PostgreSQLConnector
deleteRecord, deleteRecords, getAggregationStatus, getAggregationStatusFromResultSet, getAll, getConnection, getEstimatedRecordRecordToBeAggregated, getInsertAggregationStateQuery, getInsertAggregationStatusQuery, getLast, getQuotedString, getResultSetOfRecordToBeAggregated, getUnterminated, getValue, isBulkDeleteAllowed, upsertAggregationStatus
-
Methods inherited from class org.gcube.documentstore.persistence.PersistencePostgreSQL
clean, closeConnection, commitAndClose, insert, isConnectionActive, openConnection, prepareConnection, reallyAccount
-
Methods inherited from class org.gcube.documentstore.persistence.PersistenceBackend
account, accountValidateAggregate, accountWithFallback, close, flush, flush, getAggregationScheduler, getFallbackPersistence, setAggregationScheduler, setFallback
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gcube.accounting.aggregator.persistence.AggregatorPersistenceDst
commitAndClose, insert
-
-