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 Summary
Modifier and TypeMethodDescription
-
Method Details
-
withEventTime
InternalTimeWindowAssigner withEventTime()- Returns:
- an InternalTimeWindowAssigner which in event time mode.
-
withProcessingTime
InternalTimeWindowAssigner withProcessingTime()- Returns:
- an InternalTimeWindowAssigner which in processing time mode.
-