Uses of Class
org.apache.flink.streaming.runtime.tasks.mailbox.MailboxMetricsController
-
Packages that use MailboxMetricsController Package Description org.apache.flink.streaming.runtime.tasks.mailbox -
-
Uses of MailboxMetricsController in org.apache.flink.streaming.runtime.tasks.mailbox
Methods in org.apache.flink.streaming.runtime.tasks.mailbox that return MailboxMetricsController Modifier and Type Method Description MailboxMetricsControllerMailboxProcessor. getMailboxMetricsControl()GetsMailboxMetricsControllerfor control and access to mailbox metrics.Constructors in org.apache.flink.streaming.runtime.tasks.mailbox with parameters of type MailboxMetricsController Constructor Description MailboxProcessor(MailboxDefaultAction mailboxDefaultAction, TaskMailbox mailbox, StreamTaskActionExecutor actionExecutor, MailboxMetricsController mailboxMetricsControl)
-