Class InputChannelInfo
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- All Implemented Interfaces:
Serializable
@Internal public class InputChannelInfo extends Object implements Serializable
IdentifiesInputChannelin a given subtask. Note thatInputChannelIDcan not be used because it is generated randomly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputChannelInfo(int gateIdx, int inputChannelIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetGateIdx()intgetInputChannelIdx()inthashCode()StringtoString()
-