Uses of Enum
org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailbox.State
Packages that use TaskMailbox.State
-
Uses of TaskMailbox.State in org.apache.flink.streaming.runtime.tasks.mailbox
Methods in org.apache.flink.streaming.runtime.tasks.mailbox that return TaskMailbox.StateModifier and TypeMethodDescriptionTaskMailbox.getState()Returns the current state of the mailbox as defined by the lifecycle enumTaskMailbox.State.TaskMailboxImpl.getState()static TaskMailbox.StateReturns 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.