Interface | Description |
---|---|
IncrementalPersistenceStore |
Interface class for Persistence Stores which does incremental checkpointing.
|
PersistenceStore |
Interface class for Persistence Stores.
|
Class | Description |
---|---|
FileSystemPersistenceStore |
Implementation of Persistence Store that would persist snapshots to the file system
|
IncrementalFileSystemPersistenceStore |
Implementation of Persistence Store that would persist snapshots to the file system
|
InMemoryPersistenceStore |
Implementation of
PersistenceStore which will store the state in-memory. |
Copyright © 2021. All rights reserved.