Interface PersistenceStorageProvider<T extends PersistenceSchemaStorage>
- All Known Implementing Classes:
MongoPersistenceStorageProvider
public interface PersistenceStorageProvider<T extends PersistenceSchemaStorage>
-
Method Summary
Modifier and TypeMethodDescriptioncreateSchema
(PersistenceContext context, cloud.quinimbus.config.api.ConfigNode config) createSchema
(PersistenceContext context, Map<String, Object> params)
-
Method Details
-
createSchema
- Throws:
PersistenceException
-
createSchema
T createSchema(PersistenceContext context, cloud.quinimbus.config.api.ConfigNode config) throws PersistenceException - Throws:
PersistenceException
-