| Package | Description |
|---|---|
| org.apache.pulsar.functions.windowing | |
| org.apache.pulsar.functions.windowing.triggers |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowManager<T>
Tracks a window of events and fires
WindowLifecycleListener callbacks
on expiry of events or activation of the window due to TriggerPolicy. |
| Constructor and Description |
|---|
CountTriggerPolicy(int count,
TriggerHandler handler,
EvictionPolicy<T,?> evictionPolicy) |
TimeTriggerPolicy(long millis,
TriggerHandler handler,
EvictionPolicy<T,?> evictionPolicy,
Context context) |
WatermarkCountTriggerPolicy(int count,
TriggerHandler handler,
EvictionPolicy<T,?> evictionPolicy,
WindowManager<T> windowManager) |
WatermarkTimeTriggerPolicy(long slidingIntervalMs,
TriggerHandler handler,
EvictionPolicy<T,?> evictionPolicy,
WindowManager<T> windowManager) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.