See: Description
Interface | Description |
---|---|
RequestScopedStorageService |
Specialization of
StorageService that maintains its data on a per-request basis. |
StorageCapabilities |
Exposes capabilities of a
StorageService implementation. |
StorageSerializer<Type> |
Interface to a serialization/deserialization process used by a
StorageService implementation
to optimize the handling of complex objects. |
StorageService |
Generic data storage facility.
|
Class | Description |
---|---|
AbstractMapBackedStorageService |
Partial implementation of
StorageService that stores data in-memory with no persistence
using a simple map. |
AbstractStorageService |
Abstract base class for
StorageService implementations. |
MutableStorageRecord |
Exposes mutation of
StorageRecord properties. |
ReplayCache |
Tracks non-replayable values in order to detect replays of the values, commonly used to track message identifiers.
|
StorageRecord<Type> |
Represents a versioned record in a
StorageService . |
Exception | Description |
---|---|
VersionMismatchException |
Exception indicating a version mismatch when updating a storage record.
|
Copyright © 2016. All rights reserved.