Class InputGateUtil
- java.lang.Object
-
- org.apache.flink.streaming.runtime.io.InputGateUtil
-
@Internal public class InputGateUtil extends Object
Utility for dealing with input gates. This will either just return the singleInputGatethat was passed in or create aUnionInputGateif severalinput gatesare given.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputGatecreateInputGate(List<IndexedInputGate> inputGates)
-
-
-
Method Detail
-
createInputGate
public static InputGate createInputGate(List<IndexedInputGate> inputGates)
-
-