Class UnsupportedProcessingTimeManager

  • All Implemented Interfaces:
    org.apache.flink.datastream.api.context.ProcessingTimeManager

    public class UnsupportedProcessingTimeManager
    extends Object
    implements org.apache.flink.datastream.api.context.ProcessingTimeManager
    The special implementation of ProcessingTimeManager, all its methods are not supported. This is used for context that can not define the key.
    • Method Detail

      • registerTimer

        public void registerTimer​(long timestamp)
        Specified by:
        registerTimer in interface org.apache.flink.datastream.api.context.ProcessingTimeManager
      • deleteTimer

        public void deleteTimer​(long timestamp)
        Specified by:
        deleteTimer in interface org.apache.flink.datastream.api.context.ProcessingTimeManager
      • currentTime

        public long currentTime()
        Specified by:
        currentTime in interface org.apache.flink.datastream.api.context.ProcessingTimeManager