Class SnapshotStateList
- java.lang.Object
-
- io.siddhi.core.util.snapshot.state.SnapshotStateList
-
- All Implemented Interfaces:
Serializable
public class SnapshotStateList extends Object implements Serializable
The class which encloses multiple snapshot states.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotStateList()SnapshotStateList(TreeMap<Long,Snapshot> snapshotStates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<Long,Snapshot>getSnapshotStates()voidputSnapshotState(Long id, Snapshot snapshot)voidsetSnapshotStates(TreeMap<Long,Snapshot> snapshotStates)
-