@FunctionalInterface @Internal public interface MailboxExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.operators.MailboxExecutor |
createExecutor(int priority)
Creates a new executor for the given priority.
|
org.apache.flink.api.common.operators.MailboxExecutor createExecutor(int priority)
priority - the priority of the mailbox executor.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.