See: Description
| Interface | Description |
|---|---|
| InMemoryBackend |
The default
Backend that stores all elements in an in-memory store. |
| Class | Description |
|---|---|
| AbstractInMemoryBackend |
An abstract
InMemoryBackend that provides the default behavior of containers and meta-classes management. |
| AbstractInMemoryBackend.Sizes |
Some statistics about the size of key and values.
|
| BoundInMemoryBackend | |
| DefaultInMemoryBackend |
A
InMemoryBackend that stores all elements in Maps. |
| InMemoryBackendFactory |
A
BackendFactory that create InMemoryBackend
instances. |
This implementation is used by default, as a transient database, when a persistent Backend has not been saved.
The default in-memory database is built on top of ChronicleMap, a in-memory key-value store.
NOTE: Data processed with this implementation are not persistent.
Copyright © 2013–2019 Atlanmod. All rights reserved.