Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter
- Enclosing class:
- InternalTimersSnapshotReaderWriters
public static interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter
A writer for a
InternalTimersSnapshot.-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTimersSnapshot(org.apache.flink.core.memory.DataOutputView out) Writes the timers snapshot to the output view.
-
Method Details
-
writeTimersSnapshot
Writes the timers snapshot to the output view.- Parameters:
out- the output view to write to- Throws:
IOException
-