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.MailboxExecutoris accessible viaStreamOperatorParameters.getMailboxExecutor().An operator that needs access to the
MailboxExecutorto yield to downstream operators needs to be created through a factory implementing this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetMailboxExecutor(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)Deprecated.-
Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
-