Uses of Class
org.apache.flink.streaming.api.operators.InputSelection
-
Packages that use InputSelection Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.co -
-
Uses of InputSelection in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as InputSelection Modifier and Type Field Description static InputSelectionInputSelection. ALLTheInputSelectioninstance which indicates to select all inputs.static InputSelectionInputSelection. FIRSTTheInputSelectioninstance which indicates to select the first input.static InputSelectionInputSelection. SECONDTheInputSelectioninstance which indicates to select the second input.Methods in org.apache.flink.streaming.api.operators that return InputSelection Modifier and Type Method Description InputSelectionInputSelection.Builder. build()InputSelectionInputSelection.Builder. build(int inputCount)Build normalized mask, if all inputs were manually selected, inputMask will be normalized to -1.InputSelectionInputSelectable. nextSelection()Returns the nextInputSelectionthat wants to get the record.Methods in org.apache.flink.streaming.api.operators with parameters of type InputSelection Modifier and Type Method Description static 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 Modifier and Type Method Description InputSelectionBatchCoBroadcastWithNonKeyedOperator. nextSelection()
-