Uses of Class
org.apache.flink.streaming.api.operators.SimpleOperatorFactory
Packages that use SimpleOperatorFactory
Package
Description
-
Uses of SimpleOperatorFactory in org.apache.flink.streaming.api.operators
Subclasses of SimpleOperatorFactory in org.apache.flink.streaming.api.operatorsModifier and TypeClassDescriptionclassInput format source operator factory which just wrap existedStreamSource.classA simple operator factory which create an operator containing anOutputFormat.classUdf stream operator factory which just wrap existedAbstractUdfStreamOperator.Methods in org.apache.flink.streaming.api.operators that return SimpleOperatorFactoryModifier and TypeMethodDescriptionstatic <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