Interface InternalTimeWindowAssigner

All Known Implementing Classes:
CumulativeWindowAssigner, SessionWindowAssigner, SlidingWindowAssigner, TumblingWindowAssigner, UnsliceAssigners.WindowedUnsliceAssigner

public interface InternalTimeWindowAssigner
The internal time window assigner which has some useful methods.
  • Method Details

    • withEventTime

      Returns:
      an InternalTimeWindowAssigner which in event time mode.
    • withProcessingTime

      InternalTimeWindowAssigner withProcessingTime()
      Returns:
      an InternalTimeWindowAssigner which in processing time mode.