See: Description
| Interface | Description |
|---|---|
| MapDbBackend |
A
Backend that is responsible of low-level access to a MapDB database. |
| Class | Description |
|---|---|
| MapDbBackendFactory |
A
BackendFactory that creates MapDbBackend instances. |
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());
Copyright © 2013–2019 Atlanmod. All rights reserved.