Interface InternalTimeWindowAssigner
-
- All Known Implementing Classes:
CumulativeWindowAssigner,SessionWindowAssigner,SlidingWindowAssigner,TumblingWindowAssigner,UnsliceAssigners.WindowedUnsliceAssigner
public interface InternalTimeWindowAssignerThe internal time window assigner which has some useful methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalTimeWindowAssignerwithEventTime()InternalTimeWindowAssignerwithProcessingTime()
-
-
-
Method Detail
-
withEventTime
InternalTimeWindowAssigner withEventTime()
- Returns:
- an InternalTimeWindowAssigner which in event time mode.
-
withProcessingTime
InternalTimeWindowAssigner withProcessingTime()
- Returns:
- an InternalTimeWindowAssigner which in processing time mode.
-
-