Uses of Class
org.apache.storm.trident.windowing.strategy.BaseWindowStrategy
-
Packages that use BaseWindowStrategy Package Description org.apache.storm.trident.windowing.strategy -
-
Uses of BaseWindowStrategy in org.apache.storm.trident.windowing.strategy
Subclasses of BaseWindowStrategy in org.apache.storm.trident.windowing.strategy Modifier and Type Class Description class
SlidingCountWindowStrategy<T>
This class represents sliding window strategy based on the sliding window count and sliding interval count from the givenslidingCountWindow
configuration.class
SlidingDurationWindowStrategy<T>
This class represents sliding window strategy based on the sliding window duration and sliding interval from the givenslidingCountWindow
configuration.class
TumblingCountWindowStrategy<T>
This class represents tumbling window strategy based on the window count from the givenslidingCountWindow
configuration.class
TumblingDurationWindowStrategy<T>
This class represents tumbling window strategy based on the window duration from the givenslidingCountWindow
configuration.
-