Uses of Class
org.apache.flink.streaming.api.operators.InputSelection
Packages that use InputSelection
Package
Description
-
Uses of InputSelection in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as InputSelectionModifier and TypeFieldDescriptionstatic final InputSelectionInputSelection.ALLTheInputSelectioninstance which indicates to select all inputs.static final InputSelectionInputSelection.FIRSTTheInputSelectioninstance which indicates to select the first input.static final InputSelectionInputSelection.SECONDTheInputSelectioninstance which indicates to select the second input.Methods in org.apache.flink.streaming.api.operators that return InputSelectionModifier and TypeMethodDescriptionInputSelection.Builder.build()InputSelection.Builder.build(int inputCount) Build normalized mask, if all inputs were manually selected, inputMask will be normalized to -1.InputSelectable.nextSelection()Returns the nextInputSelectionthat wants to get the record.Methods in org.apache.flink.streaming.api.operators with parameters of type InputSelectionModifier and TypeMethodDescriptionstatic InputSelection.BuilderInputSelection.Builder.from(InputSelection selection) Returns aBuilderthat uses the input mask of the specifiedselectionas the initial mask. -
Uses of InputSelection in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co that return InputSelection