Uses of Interface
org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailbox
-
Packages that use TaskMailbox Package Description org.apache.flink.streaming.runtime.tasks org.apache.flink.streaming.runtime.tasks.mailbox -
-
Uses of TaskMailbox in org.apache.flink.streaming.runtime.tasks
Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type TaskMailbox Constructor Description StreamTask(Environment environment, TimerService timerService, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, StreamTaskActionExecutor actionExecutor, TaskMailbox mailbox) -
Uses of TaskMailbox in org.apache.flink.streaming.runtime.tasks.mailbox
Classes in org.apache.flink.streaming.runtime.tasks.mailbox that implement TaskMailbox Modifier and Type Class Description classTaskMailboxImplImplementation ofTaskMailboxin aBlockingQueuefashion and tailored towards our use case with multiple writers and single reader.Fields in org.apache.flink.streaming.runtime.tasks.mailbox declared as TaskMailbox Modifier and Type Field Description protected TaskMailboxMailboxProcessor. mailboxThe mailbox data-structure that manages request for special actions, like timers, checkpoints, ...Constructors in org.apache.flink.streaming.runtime.tasks.mailbox with parameters of type TaskMailbox Constructor Description MailboxExecutorImpl(TaskMailbox mailbox, int priority, StreamTaskActionExecutor actionExecutor)MailboxExecutorImpl(TaskMailbox mailbox, int priority, StreamTaskActionExecutor actionExecutor, MailboxProcessor mailboxProcessor)MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, TaskMailbox mailbox, StreamTaskActionExecutor actionExecutor)MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, TaskMailbox mailbox, StreamTaskActionExecutor actionExecutor, MailboxMetricsController mailboxMetricsControl)
-