- Type Parameters:
IN
-
- All Implemented Interfaces:
- Function<Stream<IN>,Stream<Window<IN,Long>>>
public class RealTimeWindowFunction<IN>
extends Object
implements Function<Stream<IN>,Stream<Window<IN,Long>>>
Given a period of time to wait in milliseconds, this function consumes
a stream for that period of time and produces a new stream of lists representing windows of that time period
- Author:
- Sina Samangooei (ss@ecs.soton.ac.uk)