Class WindowTimerServiceBase<W>

    • Field Detail

      • internalTimerService

        protected final org.apache.flink.streaming.api.operators.InternalTimerService<W> internalTimerService
      • shiftTimeZone

        protected final ZoneId shiftTimeZone
    • Constructor Detail

      • WindowTimerServiceBase

        public WindowTimerServiceBase​(org.apache.flink.streaming.api.operators.InternalTimerService<W> internalTimerService,
                                      ZoneId shiftTimeZone)