Uses of Class
io.siddhi.core.util.snapshot.state.Snapshot
-
Packages that use Snapshot Package Description io.siddhi.core.event.stream.holder io.siddhi.core.table.holder io.siddhi.core.util.snapshot.state -
-
Uses of Snapshot in io.siddhi.core.event.stream.holder
Methods in io.siddhi.core.event.stream.holder that return Snapshot Modifier and Type Method Description SnapshotSnapshotableStreamEventQueue. getSnapshot() -
Uses of Snapshot in io.siddhi.core.table.holder
Methods in io.siddhi.core.table.holder that return Snapshot Modifier and Type Method Description SnapshotEventHolder. getSnapshot()SnapshotIndexEventHolder. getSnapshot() -
Uses of Snapshot in io.siddhi.core.util.snapshot.state
Methods in io.siddhi.core.util.snapshot.state that return types with arguments of type Snapshot Modifier and Type Method Description TreeMap<Long,Snapshot>SnapshotStateList. getSnapshotStates()Methods in io.siddhi.core.util.snapshot.state with parameters of type Snapshot Modifier and Type Method Description voidSnapshotStateList. putSnapshotState(Long id, Snapshot snapshot)Method parameters in io.siddhi.core.util.snapshot.state with type arguments of type Snapshot Modifier and Type Method Description voidSnapshotStateList. setSnapshotStates(TreeMap<Long,Snapshot> snapshotStates)Constructor parameters in io.siddhi.core.util.snapshot.state with type arguments of type Snapshot Constructor Description SnapshotStateList(TreeMap<Long,Snapshot> snapshotStates)
-