Uses of Class
org.apache.flink.api.common.operators.OperatorInformation
-
Packages that use OperatorInformation Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.base -
-
Uses of OperatorInformation in org.apache.flink.api.common.operators
Subclasses of OperatorInformation in org.apache.flink.api.common.operators Modifier and Type Class Description classBinaryOperatorInformation<IN1,IN2,OUT>A class for holding information about a single input operator, such as input/output TypeInformation.classUnaryOperatorInformation<IN,OUT>A class for holding information about a single input operator, such as input/output TypeInformation.Fields in org.apache.flink.api.common.operators declared as OperatorInformation Modifier and Type Field Description protected OperatorInformation<OUT>Operator. operatorInfoThe return type of the user function.Methods in org.apache.flink.api.common.operators that return OperatorInformation Modifier and Type Method Description OperatorInformation<OUT>Operator. getOperatorInfo()Gets the information about the operators input/output types.Constructors in org.apache.flink.api.common.operators with parameters of type OperatorInformation Constructor Description AbstractUdfOperator(UserCodeWrapper<FT> function, OperatorInformation<OUT> operatorInfo, String name)Creates a new abstract operator with the given name wrapping the given user function.GenericDataSourceBase(Class<? extends T> format, OperatorInformation<OUT> operatorInfo)Creates a new instance for the given file using the given input format, using the default name.GenericDataSourceBase(Class<? extends T> format, OperatorInformation<OUT> operatorInfo, String name)Creates a new instance for the given file using the given input format.GenericDataSourceBase(T format, OperatorInformation<OUT> operatorInfo)Creates a new instance for the given file using the given input format, using the default name.GenericDataSourceBase(T format, OperatorInformation<OUT> operatorInfo, String name)Creates a new instance for the given file using the given input format.Operator(OperatorInformation<OUT> operatorInfo, String name)Creates a new contract with the given name. -
Uses of OperatorInformation in org.apache.flink.api.common.operators.base
Constructors in org.apache.flink.api.common.operators.base with parameters of type OperatorInformation Constructor Description PartialSolutionPlaceHolder(BulkIterationBase<OT> container, OperatorInformation<OT> operatorInfo)SolutionSetPlaceHolder(DeltaIterationBase<ST,?> container, OperatorInformation<ST> operatorInfo)WorksetPlaceHolder(DeltaIterationBase<?,WT> container, OperatorInformation<WT> operatorInfo)
-