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 MapDbBackend and MapDbBackendFactory classes, that correspond to HBase specific implementations of Backend and BackendFactoryRegistry.

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


 BackendFactoryRegistry.register(new MapDbBackendFactory());
 
Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.