| Interface | Description |
|---|---|
| Evictor<T,W extends Window> | |
| 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–2025 The Apache Software Foundation. All rights reserved.