All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractMapBackedStorageService Partial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map.AbstractStorageService Abstract base class forStorageServiceimplementations.AnnotationSupport Support class that reads and writes fields decorated with storage annotations.Context Identifies the field of a class that serves as the context of aStorageServicerecord.Expiration Identifies the field of a class that serves as the expiration of aStorageServicerecord.Key Identifies the field of a class that serves as the key of aStorageServicerecord.MutableStorageRecord<T> Exposes mutation ofStorageRecordproperties.ReplayCache Tracks non-replayable values in order to detect replays of the values, commonly used to track message identifiers.RevocationCache Stores and checks for revocation entries.StorageCapabilities Exposes capabilities of aStorageServiceimplementation.StorageCapabilitiesEx Exposes capabilities of aStorageServiceimplementation.StorageRecord<Type> Represents a versioned record in aStorageService.StorageSerializer<Type> Interface to a serialization/deserialization process used by aStorageServiceimplementation to optimize the handling of complex objects.StorageService Generic data storage facility.Value Identifies the field of a class that serves as the value of aStorageServicerecord.VersionMismatchException Exception indicating a version mismatch when updating a storage record.