Package | Description |
---|---|
org.apache.storm.trident.windowing.config | |
org.apache.storm.trident.windowing.strategy |
Modifier and Type | Method and Description |
---|---|
<T> WindowStrategy<T> |
SlidingCountWindow.getWindowStrategy() |
<T> WindowStrategy<T> |
TumblingDurationWindow.getWindowStrategy() |
<T> WindowStrategy<T> |
WindowConfig.getWindowStrategy()
Gives the type of windowing.
|
<T> WindowStrategy<T> |
TumblingCountWindow.getWindowStrategy() |
<T> WindowStrategy<T> |
SlidingDurationWindow.getWindowStrategy() |
Modifier and Type | Class and Description |
---|---|
class |
BaseWindowStrategy<T> |
class |
SlidingCountWindowStrategy<T>
This class represents sliding window strategy based on the sliding window count and sliding interval count from the given
slidingCountWindow configuration. |
class |
SlidingDurationWindowStrategy<T>
This class represents sliding window strategy based on the sliding window duration and sliding interval from the given
slidingCountWindow configuration. |
class |
TumblingCountWindowStrategy<T>
This class represents tumbling window strategy based on the window count from the given
slidingCountWindow configuration. |
class |
TumblingDurationWindowStrategy<T>
This class represents tumbling window strategy based on the window duration from the given
slidingCountWindow configuration. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.