Skip navigation links

Package fr.inria.atlanmod.neoemf.data.mapdb

Provides classes related to data management specific to a MapDB implementation.

See: Description

Package fr.inria.atlanmod.neoemf.data.mapdb Description

Provides classes related to data management specific to a MapDB implementation.

This package provides MapDbPersistenceBackend and MapDbPersistenceBackendFactory classes, that correspond to HBase specific implementations of PersistenceBackend and PersistenceBackendFactoryRegistry.

The MapDbPersistenceBackendFactory has to be registered to enable PersistentResource creation with a MapDB storage:


 PersistenceBackendFactoryRegistry.register(MapDBPersistenceBackendFactory.getInstance());
 
Skip navigation links

Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.