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 Summary
Modifier and TypeMethodDescriptionvoidsetMailboxExecutor(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
-
Method Details
-
setMailboxExecutor
void setMailboxExecutor(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) Deprecated.
-