See: Description
| Class | Description |
|---|---|
| DefaultPersistentMapBuilder<K,V> |
Default builder for persistent maps stored in the mapDB local database via the persistence service.
|
| DefaultPersistentSetBuilder<E> |
Default builder for persistent sets stored in the mapDB local database via the persistence service..
|
| PersistenceManager |
Service that maintains local disk backed maps and sets.
|
| PersistentMap<K,V> |
A map implementation that stores and receives all data from a serialized internal map.
|
| PersistentSet<E> |
A set implementation that gets and receives all data from a serialized internal set.
|
| Exception | Description |
|---|---|
| PersistenceException |
Throws an exception with the specified message.
|
Copyright © 2016. All rights reserved.