Uses of Interface
org.apache.flink.api.common.operators.MailboxExecutor
-
Packages that use MailboxExecutor Package Description org.apache.flink.api.connector.sink org.apache.flink.api.connector.sink2 -
-
Uses of MailboxExecutor in org.apache.flink.api.connector.sink
Methods in org.apache.flink.api.connector.sink that return MailboxExecutor Modifier and Type Method Description MailboxExecutorSink.InitContext. getMailboxExecutor()Deprecated.Returns the mailbox executor that allows to executeRunnables inside the task thread in between record processing. -
Uses of MailboxExecutor in org.apache.flink.api.connector.sink2
Methods in org.apache.flink.api.connector.sink2 that return MailboxExecutor Modifier and Type Method Description MailboxExecutorSink.InitContext. getMailboxExecutor()Deprecated.Returns the mailbox executor that allows to executeRunnables inside the task thread in between record processing.MailboxExecutorSink.InitContextWrapper. getMailboxExecutor()Deprecated.MailboxExecutorWriterInitContext. getMailboxExecutor()Returns the mailbox executor that allows to executeRunnables inside the task thread in between record processing.
-