| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.tasks.mailbox |
| Modifier and Type | Method and Description |
|---|---|
MailboxDefaultAction.Suspension |
MailboxDefaultAction.Controller.suspendDefaultAction()
Same as
MailboxDefaultAction.Controller.suspendDefaultAction(PeriodTimer) but without any associated timer
measuring the idle time. |
MailboxDefaultAction.Suspension |
MailboxProcessor.MailboxController.suspendDefaultAction() |
MailboxDefaultAction.Suspension |
MailboxDefaultAction.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.Suspension |
MailboxProcessor.MailboxController.suspendDefaultAction(PeriodTimer suspensionPeriodTimer) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.