| Interface | Description |
|---|---|
| Persistable |
Created by Alex on 07/10/2016.
|
| StatsStorage |
A general-purpose stats storage mechanism, for storing stats information (mainly used for iteration listeners).
|
| StatsStorageListener |
A listener interface, so that classes can be notified of changes to a
StatsStorage
implementation |
| StatsStorageRouter |
StatsStorageRouter is intended to route static info, metadata and updates somewhere - generally to a
StatsStorage implementation. |
| StatsStorageRouterProvider |
Simple interface to provide a StatsStorageRouter.
|
| StorageMetaData |
StorageMetaData: contains metadata (such at types, and arbitrary custom serializable data) for storage
|
| Class | Description |
|---|---|
| StatsStorageEvent |
StatsStorageEvent: use with
StatsStorageListener to specify when the state of the StatsStorage
implementation changes.Note that depending on the StatsStorageListener.EventType, some of the
field may be null. |
| Enum | Description |
|---|---|
| StatsStorageListener.EventType | |
| StorageType |
Type of storage information
|