Class InputGateUtil
java.lang.Object
org.apache.flink.streaming.runtime.io.InputGateUtil
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 Summary
Modifier and TypeMethodDescriptionstatic InputGatecreateInputGate(List<IndexedInputGate> inputGates)
-
Method Details
-
createInputGate
-