Class SourceContextWatermarkOutputAdapter<T>

java.lang.Object
org.apache.flink.streaming.connectors.kafka.internals.SourceContextWatermarkOutputAdapter<T>
All Implemented Interfaces:
org.apache.flink.api.common.eventtime.WatermarkOutput

@Deprecated public class SourceContextWatermarkOutputAdapter<T> extends Object implements org.apache.flink.api.common.eventtime.WatermarkOutput
Deprecated.
A WatermarkOutput that forwards calls to a SourceFunction.SourceContext.
  • Constructor Details

    • SourceContextWatermarkOutputAdapter

      public SourceContextWatermarkOutputAdapter(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<T> sourceContext)
      Deprecated.
  • Method Details

    • emitWatermark

      public void emitWatermark(org.apache.flink.api.common.eventtime.Watermark watermark)
      Deprecated.
      Specified by:
      emitWatermark in interface org.apache.flink.api.common.eventtime.WatermarkOutput
    • markIdle

      public void markIdle()
      Deprecated.
      Specified by:
      markIdle in interface org.apache.flink.api.common.eventtime.WatermarkOutput
    • markActive

      public void markActive()
      Deprecated.
      Specified by:
      markActive in interface org.apache.flink.api.common.eventtime.WatermarkOutput