Package org.apache.pulsar.functions.windowing.evictors
-
Class Summary 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.