Package | Description |
---|---|
io.siddhi.core | |
io.siddhi.core.config | |
io.siddhi.core.util.persistence | |
io.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. All rights reserved.