public class SnapshotService extends Object
| Constructor and Description |
|---|
SnapshotService(SiddhiAppContext siddhiAppContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSnapshotable(String queryName,
Snapshotable snapshotable) |
Map<String,Object> |
queryState(String queryName) |
void |
restore(byte[] snapshot) |
byte[] |
snapshot() |
public SnapshotService(SiddhiAppContext siddhiAppContext)
Copyright © 2017 WSO2. All rights reserved.