| 接口 | 说明 |
|---|---|
| Evictor<T,W extends Window> | |
| Evictor.EvictorContext |
A context object that is given to
Evictor methods. |
| 类 | 说明 |
|---|---|
| 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–2021 The Apache Software Foundation. All rights reserved.