See: Description
Class | Description |
---|---|
MapDbPersistenceBackend |
PersistenceBackend that is responsible of low-level access to a MapDB database. |
MapDbPersistenceBackendFactory |
A factory that creates instances of
MapDbPersistenceBackend . |
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());
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.