Package | Description |
---|---|
org.apache.flink.api.common.operators | |
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.rpc.pekko.exceptions | |
org.apache.flink.runtime.util | |
org.apache.flink.streaming.api.datastream | |
org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
org.apache.flink.table.functions.hive | |
org.apache.flink.table.runtime.operators.multipleinput.output | |
org.apache.flink.util |
Modifier and Type | Method and Description |
---|---|
boolean |
MailboxExecutor.tryYield()
This method attempts to run the command at the head of the mailbox.
|
void |
MailboxExecutor.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.
|
Modifier and Type | Class and Description |
---|---|
static class |
FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException
Thrown when some subtasks of the operator have been finished but state doesn't support that
(e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcInvalidStateException
Exception which indicates an invalid state.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HadoopUtils.isMaxHadoopVersion(int major,
int minor)
Checks if the Hadoop dependency is at most the given version.
|
static boolean |
HadoopUtils.isMinHadoopVersion(int major,
int minor)
Checks if the Hadoop dependency is at least the given version.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedTimeCharacteristicException
An exception that indicates that a time characteristic was used that is not supported in the
current operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionInChainedOperatorException
A special exception that signifies that the cause exception came from a chained operator.
|
Modifier and Type | Class and Description |
---|---|
class |
FlinkHiveUDFException
Hive UDF related exceptions in Flink.
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionInMultipleInputOperatorException
A special exception that signifies that the cause exception came from a
MultipleInputStreamOperatorBase . |
Modifier and Type | Class and Description |
---|---|
class |
WrappingRuntimeException
A runtime exception that is explicitly used to wrap non-runtime exceptions.
|
Modifier and Type | Method and Description |
---|---|
T |
OptionalFailure.getUnchecked() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.