Class InputGateUtil


  • @Internal
    public class InputGateUtil
    extends Object
    Utility for dealing with input gates. This will either just return the single InputGate that was passed in or create a UnionInputGate if several input gates are given.
    • Method Detail

      • createInputGate

        public static org.apache.flink.runtime.io.network.partition.consumer.InputGate createInputGate​(List<org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate> inputGates)