Package io.siddhi.core.util.persistence
-
Interface Summary Interface Description IncrementalPersistenceStore Interface class for Persistence Stores which does incremental checkpointing.PersistenceStore Interface class for Persistence Stores. -
Class Summary Class Description FileSystemPersistenceStore Implementation of Persistence Store that would persist snapshots to the file systemIncrementalFileSystemPersistenceStore Implementation of Persistence Store that would persist snapshots to the file systemInMemoryPersistenceStore Implementation ofPersistenceStorewhich will store the state in-memory.