Class StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor

java.lang.Object
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
All Implemented Interfaces:
StreamTaskActionExecutor
Enclosing interface:
StreamTaskActionExecutor

@Deprecated public static class StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor extends Object implements StreamTaskActionExecutor
Deprecated.
this class should only be used in SourceStreamTask which exposes the checkpoint lock as part of Public API.
A StreamTaskActionExecutor that synchronizes every operation on the provided mutex.
  • Constructor Details

    • SynchronizedStreamTaskActionExecutor

      public SynchronizedStreamTaskActionExecutor(Object mutex)
      Deprecated.
  • Method Details