| Interface | Description |
|---|---|
| Evictor<T,W extends Window> |
An
Evictor can remove elements from a pane before/after the evaluation of WindowFunction
and after the window evaluation gets triggered by a Trigger |
| Evictor.EvictorContext |
A context object that is given to
Evictor methods. |
| Class | Description |
|---|---|
| CountEvictor<W extends Window> |
An
Evictor that keeps up to a certain amount of elements. |
| DeltaEvictor<T,W extends Window> |
An
Evictor that keeps elements based on a DeltaFunction and a threshold. |
| TimeEvictor<W extends Window> |
An
Evictor that keeps elements for a certain amount of time. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.