@Experimental @Deprecated public interface YieldingOperatorFactory<OUT> extends StreamOperatorFactory<OUT>
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.
| Modifier and Type | Method and Description |
|---|---|
void |
setMailboxExecutor(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)
Deprecated.
|
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypeCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.