Package io.siddhi.core.util.snapshot
Class PersistenceReference
- java.lang.Object
-
- io.siddhi.core.util.snapshot.PersistenceReference
-
public class PersistenceReference extends Object
Class which contains the references related to persistence
-
-
Constructor Summary
Constructors Constructor Description PersistenceReference(Future fullStateFuture, String revision)PersistenceReference(List<Future> incrementalStateFuture, String revision)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FuturegetFullStateFuture()FuturegetFuture()Deprecated.List<Future>getIncrementalStateFuture()StringgetRevision()
-