| Interface | Description |
|---|---|
| Evictor<T,W extends Window> |
An
Evictor can remove elements from a pane before it is being processed and after
window evaluation was triggered by a
Trigger. |
| 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–2016 The Apache Software Foundation. All rights reserved.