Uses of Class
org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailbox.State
-
Packages that use TaskMailbox.State Package Description org.apache.flink.streaming.runtime.tasks.mailbox -
-
Uses of TaskMailbox.State in org.apache.flink.streaming.runtime.tasks.mailbox
Methods in org.apache.flink.streaming.runtime.tasks.mailbox that return TaskMailbox.State Modifier and Type Method Description TaskMailbox.StateTaskMailbox. getState()Returns the current state of the mailbox as defined by the lifecycle enumTaskMailbox.State.TaskMailbox.StateTaskMailboxImpl. getState()static TaskMailbox.StateTaskMailbox.State. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskMailbox.State[]TaskMailbox.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-