public class LoggingWindowFunction extends Object implements WindowFunction<String,Void>
| Constructor and Description |
|---|
LoggingWindowFunction() |
| Modifier and Type | Method and Description |
|---|---|
Void |
process(Collection<Record<String>> inputs,
WindowContext context) |
public Void process(Collection<Record<String>> inputs, WindowContext context) throws Exception
process in interface WindowFunction<String,Void>ExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.