Class InputSelectionSpec
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.multipleinput.input.InputSelectionSpec
-
- All Implemented Interfaces:
Serializable
public class InputSelectionSpec extends Object implements Serializable
Describe the inputId and read order of MultipleInput operator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputSelectionSpec(int multipleInputId, int readOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetMultipleInputId()intgetReadOrder()inthashCode()StringtoString()
-