| Class and Description |
|---|
| Event
An event is a wrapper object that gets stored in the window.
|
| EventImpl |
| EvictionContext
Context information that can be used by the eviction policy.
|
| EvictionPolicy
Eviction policy tracks events and decides whether
an event should be evicted from the window or not.
|
| EvictionPolicy.Action
The action to be taken when
EvictionPolicy.evict(Event) is invoked. |
| TriggerHandler
The callback fired by
TriggerPolicy when the trigger
condition is satisfied. |
| TriggerPolicy
Triggers the window calculations based on the policy.
|
| WaterMarkEventGenerator
Tracks tuples across input topics and periodically emits watermark events.
|
| Window
A view of events in a sliding window.
|
| WindowLifecycleListener
A callback for expiry, activation of events tracked by the
WindowManager |
| WindowManager
Tracks a window of events and fires
WindowLifecycleListener callbacks
on expiry of events or activation of the window due to TriggerPolicy. |
| Class and Description |
|---|
| Event
An event is a wrapper object that gets stored in the window.
|
| EvictionContext
Context information that can be used by the eviction policy.
|
| EvictionPolicy
Eviction policy tracks events and decides whether
an event should be evicted from the window or not.
|
| EvictionPolicy.Action
The action to be taken when
EvictionPolicy.evict(Event) is invoked. |
| Class and Description |
|---|
| Event
An event is a wrapper object that gets stored in the window.
|
| EvictionPolicy
Eviction policy tracks events and decides whether
an event should be evicted from the window or not.
|
| TriggerHandler
The callback fired by
TriggerPolicy when the trigger
condition is satisfied. |
| TriggerPolicy
Triggers the window calculations based on the policy.
|
| WindowManager
Tracks a window of events and fires
WindowLifecycleListener callbacks
on expiry of events or activation of the window due to TriggerPolicy. |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.