Uses of Class
org.apache.flink.streaming.api.operators.InternalTimersSnapshot
Packages that use InternalTimersSnapshot
-
Uses of InternalTimersSnapshot in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return InternalTimersSnapshotModifier and TypeMethodDescriptionInternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader.readTimersSnapshot(org.apache.flink.core.memory.DataInputView in) Reads a timers snapshot from the provided input view.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 InternalTimersSnapshotModifier and TypeMethodDescriptionInternalTimersSnapshotReaderWriters.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.