Uses of Class
org.apache.flink.table.runtime.operators.multipleinput.input.InputSpec
-
Packages that use InputSpec Package Description org.apache.flink.table.runtime.operators.multipleinput org.apache.flink.table.runtime.operators.multipleinput.input -
-
Uses of InputSpec in org.apache.flink.table.runtime.operators.multipleinput
Fields in org.apache.flink.table.runtime.operators.multipleinput with type parameters of type InputSpec Modifier and Type Field Description protected Map<Integer,InputSpec>MultipleInputStreamOperatorBase. inputSpecMapMethods in org.apache.flink.table.runtime.operators.multipleinput that return types with arguments of type InputSpec Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<org.apache.flink.api.dag.Transformation<?>,InputSpec>>TableOperatorWrapperGenerator. getInputTransformAndInputSpecPairs()Constructor parameters in org.apache.flink.table.runtime.operators.multipleinput with type arguments of type InputSpec Constructor Description BatchMultipleInputStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> parameters, List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrapper, TableOperatorWrapper<?> tailWrapper)BatchMultipleInputStreamOperatorFactory(List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrappers, TableOperatorWrapper<?> tailWrapper)MultipleInputStreamOperatorBase(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> parameters, List<InputSpec> inputSpecs, List<TableOperatorWrapper<?>> headWrappers, TableOperatorWrapper<?> tailWrapper) -
Uses of InputSpec in org.apache.flink.table.runtime.operators.multipleinput.input
Method parameters in org.apache.flink.table.runtime.operators.multipleinput.input with type arguments of type InputSpec Modifier and Type Method Description static InputSelectionHandlerInputSelectionHandler. fromInputSpecs(List<InputSpec> inputSpecs)
-