Uses of Class
org.apache.flink.util.FlinkRuntimeException
-
Packages that use FlinkRuntimeException Package Description org.apache.flink.api.common.operators org.apache.flink.util -
-
Uses of FlinkRuntimeException in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that throw FlinkRuntimeException Modifier and Type Method Description booleanMailboxExecutor. tryYield()This method attempts to run the command at the head of the mailbox.voidMailboxExecutor. yield()This method starts running the command at the head of the mailbox and is intended to be used by the mailbox thread to yield from a currently ongoing action to another command. -
Uses of FlinkRuntimeException in org.apache.flink.util
Subclasses of FlinkRuntimeException in org.apache.flink.util Modifier and Type Class Description classWrappingRuntimeExceptionA runtime exception that is explicitly used to wrap non-runtime exceptions.Methods in org.apache.flink.util that throw FlinkRuntimeException Modifier and Type Method Description TOptionalFailure. getUnchecked()
-