Interface AssignerWithTimeWindows<T>

  • All Superinterfaces:
    java.io.Serializable, org.apache.flink.api.common.eventtime.TimestampAssigner<T>
    All Known Implementing Classes:
    LowerBoundAssigner

    @Public
    public interface AssignerWithTimeWindows<T>
    extends org.apache.flink.api.common.eventtime.TimestampAssigner<T>, java.io.Serializable
    • Field Summary

      • Fields inherited from interface org.apache.flink.api.common.eventtime.TimestampAssigner

        NO_TIMESTAMP
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.flink.streaming.api.watermark.Watermark getWatermark​(io.pravega.client.stream.TimeWindow window)  
      • Methods inherited from interface org.apache.flink.api.common.eventtime.TimestampAssigner

        extractTimestamp
    • Method Detail

      • getWatermark

        @Nullable
        org.apache.flink.streaming.api.watermark.Watermark getWatermark​(io.pravega.client.stream.TimeWindow window)