| Class | Description |
|---|---|
| CountTriggerPolicy<T> |
A trigger that tracks event counts and calls back
TriggerHandler.onTrigger()
when the count threshold is hit. |
| TimeTriggerPolicy<T> |
Invokes
TriggerHandler.onTrigger() after the duration. |
| WatermarkCountTriggerPolicy<T> |
A trigger policy that tracks event counts and sets the context for
eviction policy to evict based on latest watermark time.
|
| WatermarkTimeTriggerPolicy<T> |
Handles watermark events and triggers
TriggerHandler.onTrigger() for each window
interval that has events to be processed up to the watermark ts. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.