| Package | Description |
|---|---|
| org.wso2.siddhi.core | |
| org.wso2.siddhi.core.config | |
| org.wso2.siddhi.core.util.persistence | |
| org.wso2.siddhi.core.util.snapshot |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiManager.setPersistenceStore(PersistenceStore persistenceStore)
Method to set persistence for the Siddhi Manager instance.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceStore |
SiddhiContext.getPersistenceStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiContext.setPersistenceStore(PersistenceStore persistenceStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemPersistenceStore
Implementation of Persistence Store that would persist snapshots to the file system
|
class |
InMemoryPersistenceStore
Implementation of
PersistenceStore which will store the state in-memory. |
| Constructor and Description |
|---|
AsyncSnapshotPersistor(byte[] snapshots,
PersistenceStore persistenceStore,
String siddhiAppName,
long time) |
Copyright © 2019 WSO2. All rights reserved.