Uses of Interface
org.apache.storm.trident.windowing.strategy.WindowStrategy
Package
Description
-
Uses of WindowStrategy in org.apache.storm.trident.windowing.config
Modifier and TypeMethodDescription<T> WindowStrategy<T>
SlidingCountWindow.getWindowStrategy()
<T> WindowStrategy<T>
SlidingDurationWindow.getWindowStrategy()
<T> WindowStrategy<T>
TumblingCountWindow.getWindowStrategy()
<T> WindowStrategy<T>
TumblingDurationWindow.getWindowStrategy()
<T> WindowStrategy<T>
WindowConfig.getWindowStrategy()
Gives the type of windowing. -
Uses of WindowStrategy in org.apache.storm.trident.windowing.strategy
Modifier and TypeClassDescriptionclass
class
This class represents sliding window strategy based on the sliding window count and sliding interval count from the givenslidingCountWindow
configuration.final class
This class represents sliding window strategy based on the sliding window duration and sliding interval from the givenslidingCountWindow
configuration.final class
This class represents tumbling window strategy based on the window count from the givenslidingCountWindow
configuration.final class
This class represents tumbling window strategy based on the window duration from the givenslidingCountWindow
configuration.