Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader<K,N>
-
- Enclosing class:
- InternalTimersSnapshotReaderWriters
public static interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader<K,N>A reader for aInternalTimersSnapshot.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalTimersSnapshot<K,N>readTimersSnapshot(org.apache.flink.core.memory.DataInputView in)Reads a timers snapshot from the provided input view.
-
-
-
Method Detail
-
readTimersSnapshot
InternalTimersSnapshot<K,N> readTimersSnapshot(org.apache.flink.core.memory.DataInputView in) throws IOException
Reads a timers snapshot from the provided input view.- Parameters:
in- the input view- Returns:
- the read timers snapshot
- Throws:
IOException
-
-