Package io.siddhi.core.util.snapshot
Class IncrementalSnapshot
- java.lang.Object
-
- io.siddhi.core.util.snapshot.IncrementalSnapshot
-
public class IncrementalSnapshot extends Object
The class which represents the serialized incremental snapshot.
-
-
Constructor Summary
Constructors Constructor Description IncrementalSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Map<String,byte[]>>getIncrementalState()Map<String,Map<String,byte[]>>getIncrementalStateBase()Map<String,Map<String,byte[]>>getPeriodicState()voidsetIncrementalState(Map<String,Map<String,byte[]>> incrementalState)voidsetIncrementalStateBase(Map<String,Map<String,byte[]>> incrementalStateBase)voidsetPeriodicState(Map<String,Map<String,byte[]>> periodicState)StringtoString()
-