Class AggregatorPersistenceConfiguration

java.lang.Object
org.gcube.documentstore.persistence.PersistenceBackendConfiguration
org.gcube.accounting.persistence.AccountingPersistenceConfiguration
org.gcube.accounting.aggregator.persistence.AggregatorPersistenceConfiguration

public class AggregatorPersistenceConfiguration extends org.gcube.accounting.persistence.AccountingPersistenceConfiguration
Author:
Luca Frosini (ISTI-CNR)
  • Field Details

    • AGGREGATOR_SOURCE_TIMESCALEDB_QUERY_TEMPLATE_NAME

      protected static final String AGGREGATOR_SOURCE_TIMESCALEDB_QUERY_TEMPLATE_NAME
      See Also:
    • AGGREGATOR_DESTINATION_TIMESCALEDB_QUERY_TEMPLATE_NAME

      protected static final String AGGREGATOR_DESTINATION_TIMESCALEDB_QUERY_TEMPLATE_NAME
      See Also:
  • Constructor Details

    • AggregatorPersistenceConfiguration

      public AggregatorPersistenceConfiguration()
      Default Constructor
    • AggregatorPersistenceConfiguration

      public AggregatorPersistenceConfiguration(Class<?> persistence) throws Exception
      Parameters:
      persistence - The class of the persistence to instantiate
      Throws:
      Exception - if fails
  • Method Details

    • getDatabaseQueryTemplateName

      protected String getDatabaseQueryTemplateName()
      Overrides:
      getDatabaseQueryTemplateName in class org.gcube.accounting.persistence.AccountingPersistenceConfiguration