Uses of Class
org.apache.flink.streaming.api.operators.SimpleOperatorFactory
-
Packages that use SimpleOperatorFactory Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.collect -
-
Uses of SimpleOperatorFactory in org.apache.flink.streaming.api.operators
Subclasses of SimpleOperatorFactory in org.apache.flink.streaming.api.operators Modifier and Type Class Description classSimpleInputFormatOperatorFactory<OUT>Input format source operator factory which just wrap existedStreamSource.classSimpleOutputFormatOperatorFactory<IN,OUT>A simple operator factory which create an operator containing anOutputFormat.classSimpleUdfStreamOperatorFactory<OUT>Udf stream operator factory which just wrap existedAbstractUdfStreamOperator.Methods in org.apache.flink.streaming.api.operators that return SimpleOperatorFactory Modifier and Type Method Description static <OUT> SimpleOperatorFactory<OUT>SimpleOperatorFactory. of(StreamOperator<OUT> operator)Create a SimpleOperatorFactory from existed StreamOperator. -
Uses of SimpleOperatorFactory in org.apache.flink.streaming.api.operators.collect
Subclasses of SimpleOperatorFactory in org.apache.flink.streaming.api.operators.collect Modifier and Type Class Description classCollectSinkOperatorFactory<IN>The Factory class forCollectSinkOperator.
-