| Interface | Description |
|---|---|
| StashFactory |
Defines the factory interface used to create new stash service objects.
|
| StashObjectEntry<T extends java.io.Serializable> |
Provides the interface for manipulating an individual raw Java object in the
persistent stash storage.
|
| StashService |
This interface provides access to a single persistent stash storage service.
|
| StashTimeSeriesEntry<T extends java.io.Serializable> |
Provides the interface for manipulating time series data in the persistent
stash storage.
|
| Exception | Description |
|---|---|
| InvalidStashIdException |
Indicates that an invalid stash identifier has been supplied when attempting
to manipulate the stash contents.
|