Class InputGateID
java.lang.Object
org.apache.flink.runtime.io.network.partition.consumer.InputGateID
- All Implemented Interfaces:
Serializable
Runtime identifier of a consumed
IntermediateResult.
At runtime the IntermediateDataSetID is not enough
to uniquely identify an input gate. It needs to be associated with the consuming task as well to
ensure correct tracking of gates in shuffle implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputGateID(IntermediateDataSetID consumedResultID, ExecutionAttemptID consumerID) -
Method Summary