Uses of Interface
org.apache.pulsar.functions.windowing.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.pulsar.functions.windowing
Classes in org.apache.pulsar.functions.windowing that implement EventModifier and TypeClassDescriptionclassEventImpl<T>classWatermark event used for tracking progress of time when processing event based ts.Fields in org.apache.pulsar.functions.windowing with type parameters of type EventModifier and TypeFieldDescriptionprotected final Collection<Event<T>>WindowManager.queueprotected final WindowLifecycleListener<Event<T>>WindowManager.windowLifecycleListenerMethods in org.apache.pulsar.functions.windowing that return types with arguments of type EventModifier and TypeMethodDescriptionprotected WindowLifecycleListener<Event<Record<T>>>WindowFunctionExecutor.newWindowLifecycleListener(Context context) Methods in org.apache.pulsar.functions.windowing with parameters of type EventModifier and TypeMethodDescriptionvoidTracks a window event.Decides 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.Constructor parameters in org.apache.pulsar.functions.windowing with type arguments of type EventModifierConstructorDescriptionWindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager.WindowManager(WindowLifecycleListener<Event<T>> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager. -
Uses of Event in org.apache.pulsar.functions.windowing.evictors
Methods in org.apache.pulsar.functions.windowing.evictors with parameters of type EventModifier and TypeMethodDescriptionDecides 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 -
Uses of Event in org.apache.pulsar.functions.windowing.triggers
Methods in org.apache.pulsar.functions.windowing.triggers with parameters of type Event