Uses of Class
org.apache.flink.streaming.api.operators.InputSelection.Builder
-
Packages that use InputSelection.Builder Package Description org.apache.flink.streaming.api.operators -
-
Uses of InputSelection.Builder in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return InputSelection.Builder Modifier and Type Method Description static InputSelection.BuilderInputSelection.Builder. from(InputSelection selection)Returns aBuilderthat uses the input mask of the specifiedselectionas the initial mask.InputSelection.BuilderInputSelection.Builder. select(int inputId)Selects an input identified by the giveninputId.
-