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 Summary
FieldsFields inherited from class org.gcube.accounting.persistence.AccountingPersistenceConfiguration
clz, PASSWORD_PROPERTY_KEY, SERVICE_ENDPOINT_CATEGORY, SERVICE_ENDPOINT_NAME, TARGET_SCOPE, TIMESCALEDB_QUERY_TEMPLATE_NAME, URL_PROPERTY_KEY, USERNAME_PROPERTY_KEYFields inherited from class org.gcube.documentstore.persistence.PersistenceBackendConfiguration
properties -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorAggregatorPersistenceConfiguration(Class<?> persistence) -
Method Summary
Methods inherited from class org.gcube.accounting.persistence.AccountingPersistenceConfiguration
getServiceEndpoint, loadFromGraphIS, setValuesMethods inherited from class org.gcube.documentstore.persistence.PersistenceBackendConfiguration
addProperty, getInstance, getProperty, toString
-
Field Details
-
AGGREGATOR_SOURCE_TIMESCALEDB_QUERY_TEMPLATE_NAME
- See Also:
-
AGGREGATOR_DESTINATION_TIMESCALEDB_QUERY_TEMPLATE_NAME
- See Also:
-
-
Constructor Details
-
AggregatorPersistenceConfiguration
public AggregatorPersistenceConfiguration()Default Constructor -
AggregatorPersistenceConfiguration
- Parameters:
persistence- The class of the persistence to instantiate- Throws:
Exception- if fails
-
-
Method Details
-
getDatabaseQueryTemplateName
- Overrides:
getDatabaseQueryTemplateNamein classorg.gcube.accounting.persistence.AccountingPersistenceConfiguration
-