Interface KeyedStateReaderFunction.Context

    • Method Detail

      • registeredEventTimeTimers

        Set<Long> registeredEventTimeTimers()
                                     throws Exception
        Returns:
        All registered event time timers for the current key.
        Throws:
        Exception
      • registeredProcessingTimeTimers

        Set<Long> registeredProcessingTimeTimers()
                                          throws Exception
        Returns:
        All registered processing time timers for the current key.
        Throws:
        Exception