Class InputSelectionHandler
java.lang.Object
org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionHandler
This handler is mainly used for selecting the next available input index according to read
priority in
MultipleInputStreamOperatorBase.
Input read order: the input with high priority (the value of read order is lower) will be read first, the inputs with same priorities will be read fairly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendInput(int inputId) static InputSelectionHandlerfromInputSpecs(List<InputSpec> inputSpecs) org.apache.flink.streaming.api.operators.InputSelection
-
Constructor Details
-
InputSelectionHandler
-
-
Method Details
-
fromInputSpecs
-
getInputSelection
public org.apache.flink.streaming.api.operators.InputSelection getInputSelection() -
endInput
public void endInput(int inputId)
-