类 ContextWindowFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.window.ContextWindowFunction
-
- 所有已实现的接口:
org.apache.pulsar.functions.api.WindowFunction<java.lang.Integer,java.lang.Integer>
public class ContextWindowFunction extends java.lang.Object implements org.apache.pulsar.functions.api.WindowFunction<java.lang.Integer,java.lang.Integer>Example Function that acts on a window of tuples at a time rather than per tuple basis.
-
-
构造器概要
构造器 构造器 说明 ContextWindowFunction()
-