| Interface | Description |
|---|---|
| TransientStore<V> |
An abstraction for storing, retrieving and observing transient (key, value) pairs in a distributed environment.
|
| TransientStoreFactory |
Factory that is used to obtain a
store instance. |
| TransientStoreListener |
A listener used for observing
transient store events. |
| Class | Description |
|---|---|
| BaseTransientStore<V> | |
| CachingTransientStoreFactory | |
| TransientStoreConfig<V> | |
| TransientStoreConfigBuilder<T> | |
| TransientStoreEvent<V> |
Represents an event created as a result of an operation over a particular (key, value) entry in a
store instance. |
| Enum | Description |
|---|---|
| TransientStoreEventType |
Types of store events.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.