Package io.siddhi.core.util.persistence
Interface PersistenceStore
-
- All Known Implementing Classes:
FileSystemPersistenceStore,InMemoryPersistenceStore
public interface PersistenceStoreInterface class for Persistence Stores. Persistence Stores are used to store the current state of Siddhi Engine so that it can be restored in-case of an issue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearAllRevisions(String siddhiAppId)StringgetLastRevision(String siddhiAppId)byte[]load(String siddhiAppId, String revision)voidsave(String siddhiAppId, String revision, byte[] snapshot)voidsetProperties(Map properties)
-