java.lang.Object
org.apache.flink.runtime.io.network.partition.consumer.InputGateID
All Implemented Interfaces:
Serializable

public class InputGateID extends Object implements 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: