Uses of Class
io.siddhi.core.exception.CannotRestoreSiddhiAppStateException
-
Packages that use CannotRestoreSiddhiAppStateException Package Description io.siddhi.core io.siddhi.core.util.snapshot -
-
Uses of CannotRestoreSiddhiAppStateException in io.siddhi.core
Methods in io.siddhi.core that throw CannotRestoreSiddhiAppStateException Modifier and Type Method Description voidSiddhiAppRuntime. restore(byte[] snapshot)voidSiddhiAppRuntimeImpl. restore(byte[] snapshot)StringSiddhiAppRuntime. restoreLastRevision()StringSiddhiAppRuntimeImpl. restoreLastRevision()voidSiddhiAppRuntime. restoreRevision(String revision)voidSiddhiAppRuntimeImpl. restoreRevision(String revision) -
Uses of CannotRestoreSiddhiAppStateException in io.siddhi.core.util.snapshot
Methods in io.siddhi.core.util.snapshot that throw CannotRestoreSiddhiAppStateException Modifier and Type Method Description voidSnapshotService. restore(byte[] snapshot)voidSnapshotService. restore(Map<String,Map<String,Map<String,Map<Long,Map<IncrementalSnapshotInfo,byte[]>>>>> snapshot)StringSnapshotService. restoreLastRevision()voidSnapshotService. restoreRevision(String revision)
-