Interface StreamStateHandle

    • Method Detail

      • openInputStream

        org.apache.flink.core.fs.FSDataInputStream openInputStream()
                                                            throws IOException
        Returns an FSDataInputStream that can be used to read back the data that was previously written to the stream.
        Throws:
        IOException
      • asBytesIfInMemory

        Optional<byte[]> asBytesIfInMemory()
        Returns:
        Content of this handle as bytes array if it is already in memory.
      • getStreamStateHandleID

        PhysicalStateHandleID getStreamStateHandleID()
        Returns:
        a unique identifier of this handle.