Class TumblingDurationWindow
java.lang.Object
org.apache.storm.trident.windowing.config.BaseWindowConfig
org.apache.storm.trident.windowing.config.TumblingDurationWindow
- All Implemented Interfaces:
Serializable
,WindowConfig
Represents tumbling duration window configuration. Window tumbles every given
windowLength
duration.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.storm.trident.windowing.config.WindowConfig
WindowConfig.Type
-
Field Summary
Fields inherited from class org.apache.storm.trident.windowing.config.BaseWindowConfig
slideLength, windowLength
-
Method Summary
Modifier and TypeMethodDescription<T> WindowStrategy<T>
Gives the type of windowing.static TumblingDurationWindow
of
(BaseWindowedBolt.Duration windowLength) Methods inherited from class org.apache.storm.trident.windowing.config.BaseWindowConfig
getSlidingLength, getWindowLength, validate
-
Method Details
-
of
-
getWindowStrategy
Description copied from interface:WindowConfig
Gives the type of windowing. It can be any ofType
values.
-