Interface Sink.ProcessingTimeService

    • Method Detail

      • getCurrentProcessingTime

        long getCurrentProcessingTime()
        Deprecated.
        Returns the current processing time.
      • registerProcessingTimer

        void registerProcessingTimer​(long time,
                                     Sink.ProcessingTimeService.ProcessingTimeCallback processingTimerCallback)
        Deprecated.
        Invokes the given callback at the given timestamp.
        Parameters:
        time - Time when the callback is invoked at
        processingTimerCallback - The callback to be invoked.