Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.mapdb.option |
Provides utility classes to define specific behaviors of MapDB data persistence.
|
Modifier and Type | Method and Description |
---|---|
MapDbOptionsBuilder |
MapDbOptionsBuilder.autocommit()
Adds the
autocommit feature in the created options. |
MapDbOptionsBuilder |
MapDbOptionsBuilder.directWrite()
Adds the
direct-write feature in the created options. |
MapDbOptionsBuilder |
MapDbOptionsBuilder.directWriteCacheMany()
Adds the
direct-write-cache-many feature in the created options. |
MapDbOptionsBuilder |
MapDbOptionsBuilder.directWriteIndices()
Adds the
direct-write-with-indices feature in the created options. |
MapDbOptionsBuilder |
MapDbOptionsBuilder.directWriteLists()
Adds the
direct-write-with-lists feature in the created options. |
static MapDbOptionsBuilder |
MapDbOptionsBuilder.newBuilder()
Creates a new
MapDbOptionsBuilder . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.