Class StreamTaskNetworkInput<T>

    • Method Detail

      • prepareSnapshot

        public CompletableFuture<Void> prepareSnapshot​(org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter channelStateWriter,
                                                       long checkpointId)
                                                throws org.apache.flink.runtime.checkpoint.CheckpointException
        Description copied from interface: StreamTaskInput
        Prepares to spill the in-flight input buffers as checkpoint snapshot.
        Throws:
        org.apache.flink.runtime.checkpoint.CheckpointException