Uses of Class
org.apache.flink.streaming.api.operators.InternalTimersSnapshot
-
Packages that use InternalTimersSnapshot Package Description org.apache.flink.streaming.api.operators -
-
Uses of InternalTimersSnapshot in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return InternalTimersSnapshot Modifier and Type Method Description InternalTimersSnapshot<K,N>InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader. readTimersSnapshot(org.apache.flink.core.memory.DataInputView in)Reads a timers snapshot from the provided input view.InternalTimersSnapshot<K,N>InternalTimerServiceImpl. snapshotTimersForKeyGroup(int keyGroupIdx)Snapshots the timers (both processing and event time ones) for a givenkeyGroupIdx.Methods in org.apache.flink.streaming.api.operators with parameters of type InternalTimersSnapshot Modifier and Type Method Description static <K,N>
InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriterInternalTimersSnapshotReaderWriters. getWriterForVersion(int version, InternalTimersSnapshot<K,N> timersSnapshot, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer)voidInternalTimerServiceImpl. restoreTimersForKeyGroup(InternalTimersSnapshot<?,?> restoredSnapshot, int keyGroupIdx)Restore the timers (both processing and event time ones) for a givenkeyGroupIdx.
-