Package io.siddhi.core.table
Class InMemoryTable.TableState
- java.lang.Object
-
- io.siddhi.core.util.snapshot.state.State
-
- io.siddhi.core.table.InMemoryTable.TableState
-
- Enclosing class:
- InMemoryTable
public class InMemoryTable.TableState extends State
class to store the state of table
-
-
Constructor Summary
Constructors Constructor Description TableState(EventHolder eventHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDestroy()EventHoldergetEventHolder()voidrestore(Map<String,Object> state)Map<String,Object>snapshot()
-
-
-
Constructor Detail
-
TableState
public TableState(EventHolder eventHolder)
-
-
Method Detail
-
getEventHolder
public EventHolder getEventHolder()
-
canDestroy
public boolean canDestroy()
- Specified by:
canDestroyin classState
-
-