Uses of Interface
org.apache.pulsar.functions.windowing.TriggerPolicy
Packages that use TriggerPolicy
Package
Description
-
Uses of TriggerPolicy in org.apache.pulsar.functions.windowing
Fields in org.apache.pulsar.functions.windowing declared as TriggerPolicyMethods in org.apache.pulsar.functions.windowing with parameters of type TriggerPolicyModifier and TypeMethodDescriptionvoidWindowManager.setTriggerPolicy(TriggerPolicy<T, ?> triggerPolicy) -
Uses of TriggerPolicy in org.apache.pulsar.functions.windowing.triggers
Classes in org.apache.pulsar.functions.windowing.triggers that implement TriggerPolicyModifier and TypeClassDescriptionclassA trigger that tracks event counts and calls backTriggerHandler.onTrigger()when the count threshold is hit.classInvokesTriggerHandler.onTrigger()after the duration.classA trigger policy that tracks event counts and sets the context for eviction policy to evict based on latest watermark time.classHandles watermark events and triggersTriggerHandler.onTrigger()for each window interval that has events to be processed up to the watermark ts.