Class OperatorFusionCodegenFactory<OUT>

  • All Implemented Interfaces:
    Serializable, org.apache.flink.streaming.api.operators.StreamOperatorFactory<OUT>, org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware

    public class OperatorFusionCodegenFactory<OUT>
    extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
    Stream operator factory for multiple operator fusion codegen.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory

        chainingStrategy, processingTimeService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>>
      T
      createStreamOperator​(org.apache.flink.streaming.api.operators.StreamOperatorParameters<OUT> parameters)  
      Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass​(ClassLoader classLoader)  
      • Methods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory

        getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeService
      • Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory

        getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setInputType, setOutputType
    • Constructor Detail

      • OperatorFusionCodegenFactory

        public OperatorFusionCodegenFactory​(GeneratedClass<? extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> generatedClass)
    • Method Detail

      • createStreamOperator

        public <T extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> T createStreamOperator​(org.apache.flink.streaming.api.operators.StreamOperatorParameters<OUT> parameters)
      • getStreamOperatorClass

        public Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass​(ClassLoader classLoader)