Uses of Interface
org.apache.pulsar.functions.windowing.TriggerHandler
Packages that use TriggerHandler
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TriggerHandler in org.apache.pulsar.functions.windowing
Classes in org.apache.pulsar.functions.windowing that implement TriggerHandlerModifier and TypeClassDescriptionclassTracks a window of events and firesWindowLifecycleListenercallbacks on expiry of events or activation of the window due toTriggerPolicy. -
Uses of TriggerHandler in org.apache.pulsar.functions.windowing.triggers
Constructors in org.apache.pulsar.functions.windowing.triggers with parameters of type TriggerHandlerModifierConstructorDescriptionCountTriggerPolicy(int count, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy) TimeTriggerPolicy(long millis, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy, org.apache.pulsar.functions.api.Context context) WatermarkCountTriggerPolicy(int count, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy, WindowManager<T> windowManager) WatermarkTimeTriggerPolicy(long slidingIntervalMs, TriggerHandler handler, EvictionPolicy<T, ?> evictionPolicy, WindowManager<T> windowManager)