Uses of Class
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
-
Packages that use StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor Package Description org.apache.flink.streaming.runtime.tasks -
-
Uses of StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor Modifier and Type Method Description static StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutorStreamTaskActionExecutor. synchronizedExecutor()Returns an ExecutionDecorator that synchronizes each invocation.static StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutorStreamTaskActionExecutor. synchronizedExecutor(Object mutex)Returns an ExecutionDecorator that synchronizes each invocation on a given object.
-