public class SnapshotService extends Object
| Constructor and Description |
|---|
SnapshotService(ExecutionPlanContext executionPlanContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSnapshotable(String queryName,
Snapshotable snapshotable) |
static void |
persistSnapshotableElements() |
QueryState |
queryState(String queryName) |
void |
restore(byte[] snapshot) |
static void |
restoreSnapshotableElements() |
static void |
setPersistenceStore(PersistenceStore persistenceStore) |
byte[] |
snapshot() |
public SnapshotService(ExecutionPlanContext executionPlanContext)
public static void persistSnapshotableElements()
public static void restoreSnapshotableElements()
public void addSnapshotable(String queryName, Snapshotable snapshotable)
public byte[] snapshot()
public QueryState queryState(String queryName)
public void restore(byte[] snapshot)
public static void setPersistenceStore(PersistenceStore persistenceStore)
Copyright © 2018 WSO2. All Rights Reserved.