Uses of Interface
org.apache.flink.api.common.operators.MailboxExecutor.MailOptions
-
Packages that use MailboxExecutor.MailOptions Package Description org.apache.flink.api.common.operators -
-
Uses of MailboxExecutor.MailOptions in org.apache.flink.api.common.operators
Classes in org.apache.flink.api.common.operators that implement MailboxExecutor.MailOptions Modifier and Type Class Description classMailOptionsImplOptions to configure behaviour of executing mailbox mails.Methods in org.apache.flink.api.common.operators that return MailboxExecutor.MailOptions Modifier and Type Method Description static MailboxExecutor.MailOptionsMailboxExecutor.MailOptions. deferrable()Mark this mail as deferrable.static MailboxExecutor.MailOptionsMailboxExecutor.MailOptions. options()Methods in org.apache.flink.api.common.operators with parameters of type MailboxExecutor.MailOptions Modifier and Type Method Description default voidMailboxExecutor. execute(MailboxExecutor.MailOptions mailOptions, org.apache.flink.util.function.ThrowingRunnable<? extends Exception> command, String description)Executes the given command at some time in the future in the mailbox thread.voidMailboxExecutor. execute(MailboxExecutor.MailOptions mailOptions, org.apache.flink.util.function.ThrowingRunnable<? extends Exception> command, String descriptionFormat, Object... descriptionArgs)Executes the given command at some time in the future in the mailbox thread.
-