Uses of Interface
io.siddhi.core.util.persistence.PersistenceStore
-
Packages that use PersistenceStore Package Description io.siddhi.core io.siddhi.core.config io.siddhi.core.util.persistence io.siddhi.core.util.snapshot -
-
Uses of PersistenceStore in io.siddhi.core
Methods in io.siddhi.core with parameters of type PersistenceStore Modifier and Type Method Description voidSiddhiManager. setPersistenceStore(PersistenceStore persistenceStore)Method to set persistence for the Siddhi Manager instance. -
Uses of PersistenceStore in io.siddhi.core.config
Methods in io.siddhi.core.config that return PersistenceStore Modifier and Type Method Description PersistenceStoreSiddhiContext. getPersistenceStore()Methods in io.siddhi.core.config with parameters of type PersistenceStore Modifier and Type Method Description voidSiddhiContext. setPersistenceStore(PersistenceStore persistenceStore) -
Uses of PersistenceStore in io.siddhi.core.util.persistence
Classes in io.siddhi.core.util.persistence that implement PersistenceStore Modifier and Type Class Description classFileSystemPersistenceStoreImplementation of Persistence Store that would persist snapshots to the file systemclassInMemoryPersistenceStoreImplementation ofPersistenceStorewhich will store the state in-memory. -
Uses of PersistenceStore in io.siddhi.core.util.snapshot
Constructors in io.siddhi.core.util.snapshot with parameters of type PersistenceStore Constructor Description AsyncSnapshotPersistor(byte[] snapshots, PersistenceStore persistenceStore, String siddhiAppName, long time)
-