Class InputChannelInfo

java.lang.Object
org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
All Implemented Interfaces:
Serializable

@Internal public class InputChannelInfo extends Object implements Serializable
Identifies InputChannel in a given subtask. Note that InputChannelID can not be used because it is generated randomly.
See Also:
  • Constructor Details

    • InputChannelInfo

      public InputChannelInfo(int gateIdx, int inputChannelIdx)
  • Method Details

    • getGateIdx

      public int getGateIdx()
    • getInputChannelIdx

      public int getInputChannelIdx()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object