Uses of Class
org.apache.flink.api.common.operators.UnaryOperatorInformation
-
Packages that use UnaryOperatorInformation Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.base -
-
Uses of UnaryOperatorInformation in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that return UnaryOperatorInformation Modifier and Type Method Description UnaryOperatorInformation<IN,OUT>
SingleInputOperator. getOperatorInfo()
Gets the information about the operators input/output types.Constructors in org.apache.flink.api.common.operators with parameters of type UnaryOperatorInformation Constructor Description GenericDataSinkBase(OutputFormat<IN> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)
Creates a GenericDataSink with the providedOutputFormat
implementation and the given name.GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)
Creates a GenericDataSink with the providedOutputFormat
implementation and the given name.SingleInputOperator(UserCodeWrapper<FT> stub, UnaryOperatorInformation<IN,OUT> operatorInfo, int[] keyPositions, String name)
Creates a new abstract single-input operator with the given name wrapping the given user function.SingleInputOperator(UserCodeWrapper<FT> stub, UnaryOperatorInformation<IN,OUT> operatorInfo, String name)
Creates a new abstract single-input operator with the given name wrapping the given user function. -
Uses of UnaryOperatorInformation in org.apache.flink.api.common.operators.base
-