| Interface | Description |
|---|---|
| Persister |
A low-level interface for key/value storage in a tree structure.
|
| Class | Description |
|---|---|
| MemPersister |
Implementation of
Persister which stores the data in local memory. |
| PersisterCache |
A transparent write-through cache for an underlying
Persister instance. |
| PersisterUtils |
Utilities relating to usage of
Persisters. |
| StorageError |
Container for types related to
ConfigStoreExceptions and
StateStoreExceptions. |
| Enum | Description |
|---|---|
| MemPersister.LockMode |
Whether to enable or disable thread-safe locking.
|
| StorageError.Reason |
Machine-parseable indicator of the cause for a storage-related exception.
|
| Exception | Description |
|---|---|
| PersisterException |
Exception that indicates that there was an issue with storing or accessing values in the persister.
|