| Package | Description |
|---|---|
| fr.inria.atlanmod.neoemf.data.berkeleydb |
Provides classes related to data management specific to a BerkeleyDB implementation.
|
| fr.inria.atlanmod.neoemf.data.berkeleydb.config |
Provides configuration classes to define specific behaviors of BerkeleyDB data persistence.
|
| Modifier and Type | Method and Description |
|---|---|
protected Backend |
BerkeleyDbBackendFactory.createLocalBackend(Path directory,
BerkeleyDbConfig config) |
| Modifier and Type | Method and Description |
|---|---|
BerkeleyDbConfig |
BerkeleyDbConfig.withArrays()
Defines the mapping to use for the created
BerkeleyDbBackend. |
BerkeleyDbConfig |
BerkeleyDbConfig.withIndices()
Defines the mapping to use for the created
BerkeleyDbBackend. |
BerkeleyDbConfig |
BerkeleyDbConfig.withLists()
Defines the mapping to use for the created
BerkeleyDbBackend. |
Copyright © 2013–2019 Atlanmod. All rights reserved.