Class NoOpTaskActions
java.lang.Object
org.apache.flink.runtime.taskmanager.NoOpTaskActions
- All Implemented Interfaces:
TaskActions
A dummy implementation of the
TaskActions which is mainly used for tests.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfailExternally(Throwable cause) Fail the owning task with the given throwable.
-
Constructor Details
-
NoOpTaskActions
public NoOpTaskActions()
-
-
Method Details
-
failExternally
Description copied from interface:TaskActionsFail the owning task with the given throwable.- Specified by:
failExternallyin interfaceTaskActions- Parameters:
cause- of the failure
-