Interface YieldingOperatorFactory<OUT>

All Superinterfaces:
Serializable, StreamOperatorFactory<OUT>
All Known Implementing Classes:
ContinuousFileReaderOperatorFactory, SinkWriterOperatorFactory

@Internal @Deprecated public interface YieldingOperatorFactory<OUT> extends StreamOperatorFactory<OUT>
Deprecated.
This class is no longer needed. MailboxExecutor is accessible via StreamOperatorParameters.getMailboxExecutor().

An operator that needs access to the MailboxExecutor to yield to downstream operators needs to be created through a factory implementing this interface.

  • Method Details

    • setMailboxExecutor

      void setMailboxExecutor(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)
      Deprecated.