| Interface | Description |
|---|---|
| Snapshotable |
Parent interface which should be implemented by every processing elements of Siddhi event processing chain so
that they can save the current state and poll for previous state in case of an issue.
|
| Class | Description |
|---|---|
| AsyncSnapshotPersistor |
Runnable which is responsible for persisting the snapshots that are taken |
| ByteSerializer |
Serializer used by
SnapshotService to do Object to Byte[] conversion and vise-versa |
| PersistenceReference |
Class which contains the references related to persistence
|
| SnapshotService |
Service level implementation to take/restore snapshots of processing elements.
|
Copyright © 2018 WSO2. All rights reserved.