Class State
- java.lang.Object
-
- io.siddhi.core.util.snapshot.state.State
-
- Direct Known Subclasses:
InMemoryTable.TableState,PartitionRuntimeImpl.PartitionState
public abstract class State extends Object
State to hold the data
-
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleancanDestroy()abstract voidrestore(Map<String,Object> state)abstract Map<String,Object>snapshot()
-