Uses of Interface
org.apache.pulsar.functions.windowing.TriggerPolicy
-
Packages that use TriggerPolicy Package Description org.apache.pulsar.functions.windowing org.apache.pulsar.functions.windowing.triggers -
-
Uses of TriggerPolicy in org.apache.pulsar.functions.windowing
Fields in org.apache.pulsar.functions.windowing declared as TriggerPolicy Modifier and Type Field Description protected TriggerPolicy<T,?>WindowManager. triggerPolicyMethods in org.apache.pulsar.functions.windowing with parameters of type TriggerPolicy Modifier and Type Method Description voidWindowManager. setTriggerPolicy(TriggerPolicy<T,?> triggerPolicy) -
Uses of TriggerPolicy in org.apache.pulsar.functions.windowing.triggers
Classes in org.apache.pulsar.functions.windowing.triggers that implement TriggerPolicy Modifier and Type Class Description classCountTriggerPolicy<T>A trigger that tracks event counts and calls backTriggerHandler.onTrigger()when the count threshold is hit.classTimeTriggerPolicy<T>InvokesTriggerHandler.onTrigger()after the duration.classWatermarkCountTriggerPolicy<T>A trigger policy that tracks event counts and sets the context for eviction policy to evict based on latest watermark time.classWatermarkTimeTriggerPolicy<T>Handles watermark events and triggersTriggerHandler.onTrigger()for each window interval that has events to be processed up to the watermark ts.
-