Uses of Interface
org.apache.flink.streaming.runtime.tasks.mailbox.PeriodTimer
-
Packages that use PeriodTimer Package Description org.apache.flink.streaming.runtime.tasks.mailbox -
-
Uses of PeriodTimer in org.apache.flink.streaming.runtime.tasks.mailbox
Classes in org.apache.flink.streaming.runtime.tasks.mailbox that implement PeriodTimer Modifier and Type Class Description classGaugePeriodTimerImplementation ofPeriodTimerbased onTimerGauge.Methods in org.apache.flink.streaming.runtime.tasks.mailbox with parameters of type PeriodTimer Modifier and Type Method Description MailboxDefaultAction.SuspensionMailboxDefaultAction.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.MailboxDefaultAction.SuspensionMailboxProcessor.MailboxController. suspendDefaultAction(PeriodTimer suspensionPeriodTimer)
-