| Class | Description |
|---|---|
| CountEvictionPolicy<T> |
An eviction policy that tracks event counts and can
evict based on a threshold count.
|
| TimeEvictionPolicy<T> |
Eviction policy that evicts events based on time duration.
|
| WatermarkCountEvictionPolicy<T> |
An eviction policy that tracks count based on watermark ts and
evicts events up to the watermark based on a threshold count.
|
| WatermarkTimeEvictionPolicy<T> |
An eviction policy that evicts events based on time duration taking
watermark time and event lag into account.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.