Class TumblingCountWindow
java.lang.Object
org.apache.storm.trident.windowing.config.BaseWindowConfig
org.apache.storm.trident.windowing.config.TumblingCountWindow
- All Implemented Interfaces:
- Serializable,- WindowConfig
Represents tumbling count window configuration. Window tumbles at each given 
windowLength count of events.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.storm.trident.windowing.config.WindowConfigWindowConfig.Type
- 
Field SummaryFields inherited from class org.apache.storm.trident.windowing.config.BaseWindowConfigslideLength, windowLength
- 
Method SummaryModifier and TypeMethodDescription<T> WindowStrategy<T>Gives the type of windowing.static TumblingCountWindowof(int windowLength) Methods inherited from class org.apache.storm.trident.windowing.config.BaseWindowConfiggetSlidingLength, getWindowLength, validate
- 
Method Details- 
of
- 
getWindowStrategyDescription copied from interface:WindowConfigGives the type of windowing. It can be any ofTypevalues.
 
-