Package | Description |
---|---|
io.siddhi.core | |
io.siddhi.core.util.snapshot |
Modifier and Type | Method and Description |
---|---|
void |
SiddhiAppRuntimeImpl.restore(byte[] snapshot) |
void |
SiddhiAppRuntime.restore(byte[] snapshot) |
String |
SiddhiAppRuntimeImpl.restoreLastRevision() |
String |
SiddhiAppRuntime.restoreLastRevision() |
void |
SiddhiAppRuntimeImpl.restoreRevision(String revision) |
void |
SiddhiAppRuntime.restoreRevision(String revision) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotService.restore(byte[] snapshot) |
void |
SnapshotService.restore(Map<String,Map<String,Map<String,Map<Long,Map<IncrementalSnapshotInfo,byte[]>>>>> snapshot) |
String |
SnapshotService.restoreLastRevision() |
void |
SnapshotService.restoreRevision(String revision) |
Copyright © 2019. All rights reserved.