Package org.apache.flink.streaming.runtime.tasks.mailbox
package org.apache.flink.streaming.runtime.tasks.mailbox
-
ClassDescriptionImplementation of
PeriodTimerbased onTimerGauge.An executable bound to a specific operator in the chain, such that it can be picked for downstream mailbox.Interface for the default action that is repeatedly invoked in the mailbox-loop.This controller is a feedback interface for the default action to interact with the mailbox execution.Represents the suspended state of aMailboxDefaultAction, ready to resume.A factory for creating mailbox executors with a given priority.Implementation of an executor service build around a mailbox-based execution model.Mailbox metrics controller class.This class encapsulates the logic of the mailbox-based execution model.Implementation ofMailboxDefaultAction.Controllerthat is connected to aMailboxProcessorinstance.Interface for the measurement of the period of time.A task mailbox provides read and write access to a mailbox and has a lifecycle of open -> (quiesced) -> closed.Exception thrown whenTaskMailboxis closed.This enum represents the states of the mailbox lifecycle.Implementation ofTaskMailboxin aBlockingQueuefashion and tailored towards our use case with multiple writers and single reader.