| Interface | Description |
|---|---|
| StateFactory<S extends State> |
State factory that create states that are used to on-demand query and other states
|
| StateHolder<S extends State> |
Holder to have all the states
|
| Class | Description |
|---|---|
| EmptyStateHolder |
State holder for non partition use case
|
| PartitionStateHolder |
State holder for partitioned use case
|
| PartitionSyncStateHolder |
State holder for partitioned use case
|
| SingleStateHolder |
State holder for non partition use case
|
| SingleSyncStateHolder |
State holder for non partition use case
|
| Snapshot |
The class which encloses the state to be serialized.
|
| SnapshotStateList |
The class which encloses multiple snapshot states.
|
| State |
State to hold the data
|
Copyright © 2022. All rights reserved.