Interface InternalTimersSnapshotReaderWriters.InternalTimersSnapshotReader<K,​N>

    • 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