Uses of Class
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
Packages that use StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
-
Uses of StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutorModifier and TypeMethodDescriptionStreamTaskActionExecutor.synchronizedExecutor()Returns an ExecutionDecorator that synchronizes each invocation.StreamTaskActionExecutor.synchronizedExecutor(Object mutex) Returns an ExecutionDecorator that synchronizes each invocation on a given object.