| Interface | Description | 
|---|---|
| WindowStrategy<T> | Strategy for windowing which will have respective trigger and eviction policies. | 
| Class | Description | 
|---|---|
| BaseWindowStrategy<T> | |
| SlidingCountWindowStrategy<T> | This class represents sliding window strategy based on the sliding window count and sliding interval count from the given  slidingCountWindowconfiguration. | 
| SlidingDurationWindowStrategy<T> | This class represents sliding window strategy based on the sliding window duration and sliding interval from the given  slidingCountWindowconfiguration. | 
| TumblingCountWindowStrategy<T> | This class represents tumbling window strategy based on the window count from the given  slidingCountWindowconfiguration. | 
| TumblingDurationWindowStrategy<T> | This class represents tumbling window strategy based on the window duration from the given  slidingCountWindowconfiguration. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.