public interface IncrementalPersistenceStore
Modifier and Type | Method and Description |
---|---|
void |
clearAllRevisions(String siddhiAppId)
Clear all the revisions of Persistence Store
of given Siddhi App
|
String |
getLastRevision(String siddhiAppId) |
List<IncrementalSnapshotInfo> |
getListOfRevisionsToLoad(long restoreTime,
String siddhiAppName) |
byte[] |
load(IncrementalSnapshotInfo snapshotInfo) |
void |
save(IncrementalSnapshotInfo snapshotInfo,
byte[] snapshot) |
void |
setProperties(Map properties) |
void save(IncrementalSnapshotInfo snapshotInfo, byte[] snapshot)
void setProperties(Map properties)
byte[] load(IncrementalSnapshotInfo snapshotInfo)
List<IncrementalSnapshotInfo> getListOfRevisionsToLoad(long restoreTime, String siddhiAppName)
void clearAllRevisions(String siddhiAppId)
Copyright © 2021. All rights reserved.