@Internal public class InputGateUtil extends Object
InputGate
that was passed in or create a UnionInputGate
if several
input gates
are given.Modifier and Type | Method and Description |
---|---|
static org.apache.flink.runtime.io.network.partition.consumer.InputGate |
createInputGate(Collection<org.apache.flink.runtime.io.network.partition.consumer.InputGate> inputGates1,
Collection<org.apache.flink.runtime.io.network.partition.consumer.InputGate> inputGates2) |
static org.apache.flink.runtime.io.network.partition.consumer.InputGate |
createInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate[] inputGates) |
public static org.apache.flink.runtime.io.network.partition.consumer.InputGate createInputGate(Collection<org.apache.flink.runtime.io.network.partition.consumer.InputGate> inputGates1, Collection<org.apache.flink.runtime.io.network.partition.consumer.InputGate> inputGates2)
public static org.apache.flink.runtime.io.network.partition.consumer.InputGate createInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate[] inputGates)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.