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
Fields inherited from class org.gcube.accounting.persistence.AccountingPersistenceConfiguration
PASSWORD_PROPERTY_KEY, SERVICE_ENDPOINT_CATEGORY, SERVICE_ENDPOINT_NAME, TARGET_SCOPE, 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, setValuesMethods inherited from class org.gcube.documentstore.persistence.PersistenceBackendConfiguration
addProperty, getInstance, getProperty, toString
-
Constructor Details
-
AggregatorPersistenceConfiguration
public AggregatorPersistenceConfiguration()Default Constructor -
AggregatorPersistenceConfiguration
- Parameters:
persistence- The class of the persistence to instantiate- Throws:
Exception- if fails
-