Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter

Enclosing class:
InternalTimersSnapshotReaderWriters

public static interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotWriter
A writer for a InternalTimersSnapshot.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTimersSnapshot(org.apache.flink.core.memory.DataOutputView out)
    Writes the timers snapshot to the output view.
  • Method Details

    • writeTimersSnapshot

      void writeTimersSnapshot(org.apache.flink.core.memory.DataOutputView out) throws IOException
      Writes the timers snapshot to the output view.
      Parameters:
      out - the output view to write to
      Throws:
      IOException