Class InputChannelInfo
java.lang.Object
org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
- All Implemented Interfaces:
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