Uses of Class
org.gcube.documentstore.persistence.PersistenceBackendConfiguration
-
Packages that use PersistenceBackendConfiguration Package Description org.gcube.documentstore.persistence org.gcube.documentstore.records.aggregation -
-
Uses of PersistenceBackendConfiguration in org.gcube.documentstore.persistence
Methods in org.gcube.documentstore.persistence that return PersistenceBackendConfiguration Modifier and Type Method Description static PersistenceBackendConfigurationPersistenceBackendConfiguration. getInstance(Class<? extends PersistenceBackend> clz)Methods in org.gcube.documentstore.persistence with parameters of type PersistenceBackendConfiguration Modifier and Type Method Description voidFallbackPersistenceBackend. prepareConnection(PersistenceBackendConfiguration configuration)Prepare the connection to persistence.protected abstract voidPersistenceBackend. prepareConnection(PersistenceBackendConfiguration configuration)Prepare the connection to persistence. -
Uses of PersistenceBackendConfiguration in org.gcube.documentstore.records.aggregation
Methods in org.gcube.documentstore.records.aggregation that return PersistenceBackendConfiguration Modifier and Type Method Description protected PersistenceBackendConfigurationAggregationScheduler. getConfiguration()Get Configuration (used from reload configuration)Methods in org.gcube.documentstore.records.aggregation with parameters of type PersistenceBackendConfiguration Modifier and Type Method Description protected static AggregationConfigurationAggregationScheduler. CheckConfiguration(PersistenceBackendConfiguration configuration)static AggregationSchedulerAggregationScheduler. newInstance(PersistenceExecutor persistenceExecutor, PersistenceBackendConfiguration configuration)
-