Uses of Interface
org.apache.flink.streaming.runtime.tasks.mailbox.PeriodTimer
Packages that use PeriodTimer
-
Uses of PeriodTimer in org.apache.flink.streaming.runtime.tasks.mailbox
Classes in org.apache.flink.streaming.runtime.tasks.mailbox that implement PeriodTimerMethods in org.apache.flink.streaming.runtime.tasks.mailbox with parameters of type PeriodTimerModifier and TypeMethodDescriptionMailboxDefaultAction.Controller.suspendDefaultAction(PeriodTimer suspensionPeriodTimer) Calling this method signals that the mailbox-thread should (temporarily) stop invoking the default action, e.g. because there is currently no input available.MailboxProcessor.MailboxController.suspendDefaultAction(PeriodTimer suspensionPeriodTimer)