IN
- public class RealTimeWindowFunction<IN> extends Object implements Function<Stream<IN>,Stream<Window<IN,Long>>>
Constructor and Description |
---|
RealTimeWindowFunction(long waitTime) |
Modifier and Type | Method and Description |
---|---|
Stream<Window<IN,Long>> |
apply(Stream<IN> inner)
Apply the function to the input argument and return the result.
|