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