Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter
-
- Enclosing class:
- InternalTimersSnapshotReaderWriters
public static interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriterA writer for aInternalTimersSnapshot.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTimersSnapshot(org.apache.flink.core.memory.DataOutputView out)Writes the timers snapshot to the output view.
-
-
-
Method Detail
-
writeTimersSnapshot
void writeTimersSnapshot(org.apache.flink.core.memory.DataOutputView out) throws IOExceptionWrites the timers snapshot to the output view.- Parameters:
out- the output view to write to- Throws:
IOException
-
-