Interface StreamTaskInput<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.flink.runtime.io.AvailabilityProvider

        org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int UNSPECIFIED  
      • Fields inherited from interface org.apache.flink.runtime.io.AvailabilityProvider

        AVAILABLE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInputIndex()
      Returns the input index of this input.
      CompletableFuture<Void> prepareSnapshot​(org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter channelStateWriter, long checkpointId)
      Prepares to spill the in-flight input buffers as checkpoint snapshot.
      • Methods inherited from interface org.apache.flink.runtime.io.AvailabilityProvider

        getAvailableFuture, isApproximatelyAvailable, isAvailable
    • Method Detail

      • getInputIndex

        int getInputIndex()
        Returns the input index of this input.
      • prepareSnapshot

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