Uses of Package
org.apache.flink.streaming.runtime.tasks.mailbox
Packages that use org.apache.flink.streaming.runtime.tasks.mailbox
Package
Description
-
Classes in org.apache.flink.streaming.runtime.tasks.mailbox used by org.apache.flink.streaming.runtime.tasksClassDescriptionThis controller is a feedback interface for the default action to interact with the mailbox execution.A factory for creating mailbox executors with a given priority.This class encapsulates the logic of the mailbox-based execution model.A task mailbox provides read and write access to a mailbox and has a lifecycle of open -> (quiesced) -> closed.
-
Classes in org.apache.flink.streaming.runtime.tasks.mailbox used by org.apache.flink.streaming.runtime.tasks.mailboxClassDescriptionAn 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 a
MailboxDefaultAction, ready to resume.Mailbox metrics controller class.This class encapsulates the logic of the mailbox-based execution model.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.This enum represents the states of the mailbox lifecycle.