Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader<K,N>

Enclosing class:
InternalTimersSnapshotReaderWriters

public static interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader<K,N>
A reader for a InternalTimersSnapshot.
  • Method Summary

    Modifier and Type
    Method
    Description
    readTimersSnapshot(org.apache.flink.core.memory.DataInputView in)
    Reads a timers snapshot from the provided input view.
  • Method Details

    • 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