Class InputChannelInfo
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- All Implemented Interfaces:
Serializable
@Internal public class InputChannelInfo extends Object implements Serializable
IdentifiesInputChannel
in a given subtask. Note thatInputChannelID
can 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 boolean
equals(Object o)
int
getGateIdx()
int
getInputChannelIdx()
int
hashCode()
String
toString()
-