接口的使用
org.apache.pulsar.functions.windowing.Event
使用Event的程序包
程序包
说明
-
org.apache.pulsar.functions.windowing中Event的使用
修饰符和类型类说明classEventImpl<T>classWatermark event used for tracking progress of time when processing event based ts.类型参数类型为Event的org.apache.pulsar.functions.windowing中的字段修饰符和类型字段说明protected final Collection<Event<T>>WindowManager.queueprotected final WindowLifecycleListener<Event<T>>WindowManager.windowLifecycleListener返回变量类型为Event的类型的org.apache.pulsar.functions.windowing中的方法修饰符和类型方法说明protected WindowLifecycleListener<Event<org.apache.pulsar.functions.api.Record<I>>>WindowFunctionExecutor.newWindowLifecycleListener(org.apache.pulsar.functions.api.Context context) 修饰符和类型方法说明voidTracks a window eventDecides if an event should be expired from the window, processed in the current window or kept for later processing.voidTracks the event to later decide whetherEvictionPolicy.evict(Event)should evict it or not.voidTracks the event and could use this to invoke the trigger.类型变量类型为Event的org.apache.pulsar.functions.windowing中的构造器参数限定符构造器说明WindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManagerWindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager -
org.apache.pulsar.functions.windowing.evictors中Event的使用
修饰符和类型方法说明Decides if an event should be expired from the window, processed in the current window or kept for later processing.Decides if an event should be expired from the window, processed in the current window or kept for later processing.voidvoidvoid -
org.apache.pulsar.functions.windowing.triggers中Event的使用