Class StreamOperatorParameters<OUT>

    • Constructor Detail

      • StreamOperatorParameters

        public StreamOperatorParameters​(StreamTask<?,​?> containingTask,
                                        StreamConfig config,
                                        Output<StreamRecord<OUT>> output,
                                        java.util.function.Supplier<ProcessingTimeService> processingTimeServiceFactory,
                                        org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher)
    • Method Detail

      • getContainingTask

        public StreamTask<?,​?> getContainingTask()
      • getOperatorEventDispatcher

        public org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher getOperatorEventDispatcher()